diff options
author | pluknet <pluknet@FreeBSD.org> | 2012-07-26 12:04:11 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2012-07-26 12:04:11 +0000 |
commit | 99f0d16551073e4c685d980e14eaaf27ce5754be (patch) | |
tree | 77bc090d4832baca3f155147a1373476889d8277 /lib/libc/stdlib/quick_exit.3 | |
parent | 89d2aa7c7c50fedc73cc40530ea78b20ea20c396 (diff) | |
download | FreeBSD-src-99f0d16551073e4c685d980e14eaaf27ce5754be.zip FreeBSD-src-99f0d16551073e4c685d980e14eaaf27ce5754be.tar.gz |
Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.
Reviewed by: theraven
MFC after: 1 week
Diffstat (limited to 'lib/libc/stdlib/quick_exit.3')
-rw-r--r-- | lib/libc/stdlib/quick_exit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/quick_exit.3 b/lib/libc/stdlib/quick_exit.3 index 06fde8b..f2ea379 100644 --- a/lib/libc/stdlib/quick_exit.3 +++ b/lib/libc/stdlib/quick_exit.3 @@ -54,4 +54,5 @@ function does not return. .Sh STANDARDS The .Fn quick_exit -function conforms to the C1x draft specification. +function conforms to +.St -isoC-2011 . |