summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-11-14 20:18:44 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-11-14 20:18:44 +0000
commitd50677622fa2f91b853b28b095fcb9ac2f23a438 (patch)
treefe1ba9d01ed59854e62abf867c1d4c947af7e91d /share/man
parent1318996a76961b0babe98e8ff6006c99788b3e50 (diff)
Mention the return code of the script, as suggested by miod@.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/genassym.sh.87
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man8/genassym.sh.8 b/share/man/man8/genassym.sh.8
index 669f0bfc568..d37f21b075f 100644
--- a/share/man/man8/genassym.sh.8
+++ b/share/man/man8/genassym.sh.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: genassym.sh.8,v 1.2 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: genassym.sh.8,v 1.3 2001/11/14 20:18:43 ho Exp $
.\" $NetBSD: genassym.sh.8,v 1.5 1999/03/17 20:31:19 garbled Exp $
.\"
.\" Copyright (c) 1997 Matthias Pfaller.
@@ -84,7 +84,10 @@ to create slightly different code, generate an executable from this code
and run it. In both cases the assym.h file is written to stdout.
.Sh DIAGNOSTICS
Either self-explanatory, or generated by one of the programs
-called from the script.
+called from the script. The script will exit with the return code
+from the compiler, or, in the
+.Fl c
+case, with the return code from the generated executable.
.Sh SEE ALSO
.Xr genassym.cf 5
.Sh HISTORY