diff options
| author | sevan <sevan@NetBSD.org> | 2019-09-01 19:37:21 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2019-09-01 19:37:21 +0000 |
| commit | db6a3a2eec9f767d37ab1b2de308dfbd3b9c049a (patch) | |
| tree | a25681fa8e3a48c8d3c1e6cbb8abb16b14da4285 /lib/libc/stdlib | |
| parent | f3b8dd9c20e3000df2770378888f4af17abf3f99 (diff) | |
Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/exit.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 67ab8195da5..bd15f568668 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: exit.3,v 1.16 2013/04/26 18:29:55 christos Exp $ +.\" $NetBSD: exit.3,v 1.17 2019/09/01 19:37:21 sevan Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" from: @(#)exit.3 8.1 (Berkeley) 6/4/93 .\" -.Dd January 2, 2012 +.Dd September 1, 2019 .Dt EXIT 3 .Os .Sh NAME @@ -109,3 +109,8 @@ The function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn exit +function appeared in +.At v1 . |
