summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/exit.3
diff options
context:
space:
mode:
authorschwarze <>2013-07-17 05:42:11 +0000
committerschwarze <>2013-07-17 05:42:11 +0000
commitd2b01409a3178be63f919b142223a30226b03e6f (patch)
tree1bff90672102daa74b4c8c43df1fd0cfed8a3d5b /src/lib/libc/stdlib/exit.3
parent9d6d1603f660a3016ef12c546eb48a32013c5fa1 (diff)
downloadopenbsd-d2b01409a3178be63f919b142223a30226b03e6f.tar.gz
openbsd-d2b01409a3178be63f919b142223a30226b03e6f.tar.bz2
openbsd-d2b01409a3178be63f919b142223a30226b03e6f.zip
more library history
facts checked by sobrado@ style tweaks and ok jmc@
Diffstat (limited to 'src/lib/libc/stdlib/exit.3')
-rw-r--r--src/lib/libc/stdlib/exit.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/exit.3 b/src/lib/libc/stdlib/exit.3
index 86c4daed53..26922ca7b8 100644
--- a/src/lib/libc/stdlib/exit.3
+++ b/src/lib/libc/stdlib/exit.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: exit.3,v 1.14 2013/06/05 04:06:08 guenther Exp $ 32.\" $OpenBSD: exit.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: July 17 2013 $
35.Dt EXIT 3 35.Dt EXIT 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -92,6 +92,10 @@ An
92.Fn exit 92.Fn exit
93function first appeared as a system call in 93function first appeared as a system call in
94.At v1 . 94.At v1 .
95It has accepted the
96.Fa status
97argument since
98.At v2 .
95In 99In
96.At v7 , 100.At v7 ,
97the bare system call was renamed to 101the bare system call was renamed to