summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/_exit.2
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2011-11-17 14:26:14 +0000
committerschwarze <schwarze@openbsd.org>2011-11-17 14:26:14 +0000
commit4de4739378447d9214bf8e468d79648fbd8085f1 (patch)
tree8d348328997f3e75de5bf0733734c865a652cf4b /lib/libc/sys/_exit.2
parentApply the patches from BIND upstream to mitigate cve-2011-4313 (crashes (diff)
downloadwireguard-openbsd-4de4739378447d9214bf8e468d79648fbd8085f1.tar.xz
wireguard-openbsd-4de4739378447d9214bf8e468d79648fbd8085f1.zip
Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r--lib/libc/sys/_exit.214
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index 1ebae3eed1f..3fb185ef68f 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: _exit.2,v 1.16 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: _exit.2,v 1.17 2011/11/17 14:26:14 schwarze Exp $
.\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: November 17 2011 $
.Dt _EXIT 2
.Os
.Sh NAME
@@ -102,7 +102,6 @@ can never return.
.Xr intro 2 ,
.Xr sigaction 2 ,
.Xr wait 2 ,
-.Xr _Exit 3 ,
.Xr exit 3 ,
.Xr sysexits 3
.Sh STANDARDS
@@ -110,3 +109,12 @@ The
.Fn _exit
function is defined by
.St -p1003.1-88 .
+.Sh HISTORY
+An
+.Fn exit
+system call first appeared in
+.At v1 ,
+and an
+.Fn _exit
+variant in
+.At v7 .