diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-15 20:07:05 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-15 20:07:05 +0000 |
commit | f153098d8fd4cf063b9c6a6a4cf4f3a4edcee28f (patch) | |
tree | 55211f7e40a855e1a91b33db2ababaca3644755a /lib/libc/stdlib | |
parent | 548ad36a132025c41ad4c095084ee9e822e281ef (diff) | |
download | FreeBSD-src-f153098d8fd4cf063b9c6a6a4cf4f3a4edcee28f.zip FreeBSD-src-f153098d8fd4cf063b9c6a6a4cf4f3a4edcee28f.tar.gz |
Fixed a bunch of man page cross references that were
in the main text of various man pages.
Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/system.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index d89c79e..44aaf0c 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -76,7 +76,7 @@ The .Fn system function returns the exit status of the shell, or \-1 if the -.Xr wait 3 +.Xr wait 2 for the shell failed. A return value of 127 means the execution of the shell failed. |