diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-10 03:21:49 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-10 03:21:49 +0000 |
commit | d6defc354e008432157da094af320e76418eccb8 (patch) | |
tree | 81e013c19cd9bf22eb85fa2812ee579e3d11a9e1 /lib/libc/sys/_exit.2 | |
parent | 3b1d5840df488a979017d1ef692ccf6b1ecd5774 (diff) |
SEE ALSO corrections. millert ok.
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 9be387423ba..30a52c59c6d 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.11 2001/03/08 20:43:42 deraadt Exp $ +.\" $OpenBSD: _exit.2,v 1.12 2002/11/10 03:21:48 fgsch Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -105,9 +105,9 @@ can never return. .Xr fork 2 , .Xr intro 2 , .Xr sigaction 2 , -.Xr sysexits 3 , .Xr wait 2 , -.Xr exit 3 +.Xr exit 3 , +.Xr sysexits 3 .Sh STANDARDS The .Fn _exit |