summaryrefslogtreecommitdiff
path: root/man/1/0intro
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-10-11 10:33:29 +0000
committerCharles.Forsyth <devnull@localhost>2007-10-11 10:33:29 +0000
commitc445c21544c1f7943f45fd51c1a6f1278f218a52 (patch)
tree93e7787b5c2a514a8aa09debcfa396467a15cd5c /man/1/0intro
parentc0b21416acb4b2c67ccb5a987b2ac933d5e32f68 (diff)
20071011-1132
Diffstat (limited to 'man/1/0intro')
-rw-r--r--man/1/0intro12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/1/0intro b/man/1/0intro
index 0689e614..4d7335a1 100644
--- a/man/1/0intro
+++ b/man/1/0intro
@@ -164,18 +164,18 @@ Volume 2 contains papers and other documentation about Inferno.
.PP
The back of this volume contains a permuted index.
.SH DIAGNOSTICS
+On successful execution, a process can simply exit.
Programs (modules) that wish to return error status to
the command interpreters
.IR sh (1)
and
.IR mash (1)
-do so by executing a
-.IR sys-raise
-(see
-.IR sys-exception (2))
-with an error string starting with
+do so by raising a special exception (eg, using the
+.B raise
+statement in Limbo).
+The exception's value is a string
+beginning with the text
.RB ` fail: '.
-On successful execution, a process can simply exit.
.SH SEE ALSO
.IR intro (2),
.IR intro (3),