Research V7 development
[unix-history] / usr / man / man1 / intro.1
CommitLineData
95e2a96a
KT
1.TH INTRO 1
2.SH NAME
3intro \- introduction to commands
4.SH DESCRIPTION
5This section describes publicly accessible commands
6in alphabetic order.
7Certain distinctions of purpose are made in the headings:
8.TP
9(1)
10Commands of general utility.
11.TP
12(1C)
13Commands for communication with other systems.
14.TP
15(1G)
16Commands used primarily for graphics and computer-aided design.
17.TP
18(1M)
19Commands used primarily for system maintenance.
20.PP
21The word `local' at the foot of a page means that the
22command is not intended for general distribution.
23.SH SEE ALSO
24.SH DIAGNOSTICS
25Section (6) for computer games.
26.PP
27.I How to get started,
28in the Introduction.
29.SH DIAGNOSTICS
30Upon termination each command returns two bytes of status,
31one supplied by the system giving the cause for
32termination, and (in the case of `normal' termination)
33one supplied by the program,
34see
35.I wait
36and
37.IR exit (2).
38The former byte is 0 for normal termination, the latter
39is customarily 0 for successful execution, nonzero
40to indicate troubles such as erroneous parameters, bad or inaccessible data,
41or other inability to cope with the task at hand.
42It is called variously `exit code', `exit status' or
43`return code', and is described only where special
44conventions are involved.