diff options
author | 2002-11-10 03:21:48 +0000 | |
---|---|---|
committer | 2002-11-10 03:21:48 +0000 | |
commit | 51daf57c7d0604dedea87eb35de0206d632c3b65 (patch) | |
tree | 0b403343634f68d9e90a3da607848ca17c64e069 /lib/libc/sys/_exit.2 | |
parent | missing MLINKs for setresuid(2). millert ok. (diff) | |
download | wireguard-openbsd-51daf57c7d0604dedea87eb35de0206d632c3b65.tar.xz wireguard-openbsd-51daf57c7d0604dedea87eb35de0206d632c3b65.zip |
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 |