diff options
author | 2011-11-17 14:26:14 +0000 | |
---|---|---|
committer | 2011-11-17 14:26:14 +0000 | |
commit | 4de4739378447d9214bf8e468d79648fbd8085f1 (patch) | |
tree | 8d348328997f3e75de5bf0733734c865a652cf4b /lib/libc/stdlib | |
parent | Apply the patches from BIND upstream to mitigate cve-2011-4313 (crashes (diff) | |
download | wireguard-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/stdlib')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 45eae80a08e..e452d454a88 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.11 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: exit.3,v 1.12 2011/11/17 14:26:14 schwarze Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 17 2011 $ .Dt EXIT 3 .Os .Sh NAME @@ -112,3 +112,12 @@ and .Fn _Exit functions conform to .St -ansiC-99 . +.Sh HISTORY +An +.Fn exit +function first appeared as a system call in +.At v1 . +In +.At v7 , +the bare system call was renamed to +.Xr _exit 2 . |