diff options
author | 2004-07-24 17:34:07 +0000 | |
---|---|---|
committer | 2004-07-24 17:34:07 +0000 | |
commit | fb250be6b4df2d4a8045bcd6081f4428dc54afa8 (patch) | |
tree | d5503d5ffb68d93a9097bd66f4f468ccd3969be0 /lib/libc/sys/_exit.2 | |
parent | Print a newline before the message in kbintr. Otherwise the message (diff) | |
download | wireguard-openbsd-fb250be6b4df2d4a8045bcd6081f4428dc54afa8.tar.xz wireguard-openbsd-fb250be6b4df2d4a8045bcd6081f4428dc54afa8.zip |
Xr _Exit(3)
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 4408e3da9a9..95ef9a7f4dd 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.14 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: _exit.2,v 1.15 2004/07/24 17:34:07 millert Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -102,6 +102,7 @@ can never return. .Xr intro 2 , .Xr sigaction 2 , .Xr wait 2 , +.Xr _Exit 3 , .Xr exit 3 , .Xr sysexits 3 .Sh STANDARDS |