diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-24 17:34:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-24 17:34:08 +0000 |
commit | b55a08c08fdd6452529b7a1197198d1fe8c6328b (patch) | |
tree | a8d493b9a00e09e392f1565cdbb6ce50829a1814 | |
parent | c4c45fa59707657ee9f4c087baa1e2999ff1fda2 (diff) |
Xr _Exit(3)
-rw-r--r-- | lib/libc/sys/_exit.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 4408e3da9a9..95ef9a7f4dd 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.14 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: _exit.2,v 1.15 2004/07/24 17:34:07 millert Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -102,6 +102,7 @@ can never return. .Xr intro 2 , .Xr sigaction 2 , .Xr wait 2 , +.Xr _Exit 3 , .Xr exit 3 , .Xr sysexits 3 .Sh STANDARDS |