DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7c6d08f9a⟧ TextFile

    Length: 1413 (0x585)
    Types: TextFile
    Notes: UNIX file
    Names: »intro.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/intro.1« 

TextFile

.ig
	@(#)intro.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH INTRO 1
.UC 4
.SH NAME
intro \- introduction to commands
.SH DESCRIPTION
This section describes publicly accessible commands
in alphabetic order.
Certain distinctions of purpose are made in the headings:
.TP
(1)
Commands of general utility.
.TP
(1C)
Commands for communication with other systems.
.TP
(1G)
Commands used primarily for graphics and computer-aided design.
.PP
N.B.: Commands related to system maintenance, which appeared in
section 1, distinguished by (1M), in previous versions of the manual
have been moved to section 8, as they are of little interest to most
users.
.SH SEE ALSO
Section (6) for computer games, section (8) for system maintenance
commands.
.PP
.I How to get started,
in the Introduction.
.SH DIAGNOSTICS
Upon termination each command returns two bytes of status,
one supplied by the system giving the cause for
termination, and (in the case of `normal' termination)
one supplied by the program,
see
.I wait
and
.IR exit (2).
The former byte is 0 for normal termination, the latter
is customarily 0 for successful execution, nonzero
to indicate troubles such as erroneous parameters, bad or inaccessible data,
or other inability to cope with the task at hand.
It is called variously `exit code', `exit status' or
`return code', and is described only where special
conventions are involved.