diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/intro.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/intro.1')
| -rw-r--r-- | static/v10/man1/intro.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/v10/man1/intro.1 b/static/v10/man1/intro.1 new file mode 100644 index 00000000..9c10c446 --- /dev/null +++ b/static/v10/man1/intro.1 @@ -0,0 +1,34 @@ +.TH INTRO 1 +.SH NAME +intro \- introduction to commands +.SH DESCRIPTION +This section describes publicly accessible commands +in alphabetic order. +.PP +The name of a particular machine at the head of the +page means that the command lives there and not necessarily +elsewhere. +`Local' means the same, without being specific about where. +.SH SEE ALSO +Section (7) for databases. +.br +Section (8) for `hidden' commands for booting, maintenance, etc. +.br +Section (9) for commands that involve the Teletype 5620 terminal. +.br +.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 +.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. |
