diff options
author | trasz <trasz@FreeBSD.org> | 2015-01-14 11:31:31 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-01-14 11:31:31 +0000 |
commit | b93020e9d58b34551619141e0337311bba6db2f1 (patch) | |
tree | f44518760be78bb6e4d12858f313747fcdb2f730 /lib/libc/stdlib/quick_exit.3 | |
parent | 45a21be73d6a27093c1e27c6ba4ac92d1d32f1eb (diff) | |
download | FreeBSD-src-b93020e9d58b34551619141e0337311bba6db2f1.zip FreeBSD-src-b93020e9d58b34551619141e0337311bba6db2f1.tar.gz |
MFC r275752:
Fix quick_exit(3) manual page to match reality - the status was missing.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/stdlib/quick_exit.3')
-rw-r--r-- | lib/libc/stdlib/quick_exit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/quick_exit.3 b/lib/libc/stdlib/quick_exit.3 index f2ea379..7bbd2f3 100644 --- a/lib/libc/stdlib/quick_exit.3 +++ b/lib/libc/stdlib/quick_exit.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 7, 2011 +.Dd December 13, 2014 .Dt QUICK_EXIT 3 .Os .Sh NAME @@ -35,7 +35,7 @@ .Sh SYNOPSIS .In stdlib.h .Ft _Noreturn void -.Fn quick_exit "void" +.Fn quick_exit "int status" .Sh DESCRIPTION The .Fn quick_exit |