summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/_exit.2
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-07-24 17:34:07 +0000
committermillert <millert@openbsd.org>2004-07-24 17:34:07 +0000
commitfb250be6b4df2d4a8045bcd6081f4428dc54afa8 (patch)
treed5503d5ffb68d93a9097bd66f4f468ccd3969be0 /lib/libc/sys/_exit.2
parentPrint a newline before the message in kbintr. Otherwise the message (diff)
downloadwireguard-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.23
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