diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
commit | a4c82024e6538bbd6183d6a9a256cba8e7870740 (patch) | |
tree | b978bd46eea7373d1d2888f8229d6ca8469c0252 /lib/libc/sys/_exit.2 | |
parent | d8683ba125e75609c811ff26b7cb140871249970 (diff) |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/sys/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 3169f6dcfa2..77d477b3fa5 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.19 2013/06/29 09:08:41 jmc Exp $ +.\" $OpenBSD: _exit.2,v 1.20 2013/07/17 05:42:11 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: June 29 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt _EXIT 2 .Os .Sh NAME @@ -124,10 +124,14 @@ function conforms to An .Fn exit system call first appeared in -.At v1 , -and an +.At v1 . +It accepts the +.Fa status +argument since +.At v2 . +An .Fn _exit -variant in +variant first appeared in .At v7 . The .Fn _Exit |