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 | |
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')
-rw-r--r-- | lib/libc/stdlib/at_quick_exit.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdlib/quick_exit.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/at_quick_exit.3 b/lib/libc/stdlib/at_quick_exit.3 index a75c0c0..c430154 100644 --- a/lib/libc/stdlib/at_quick_exit.3 +++ b/lib/libc/stdlib/at_quick_exit.3 @@ -58,4 +58,5 @@ function returns the value 0 if successful and a non-zero value on failure. .Sh STANDARDS The .Fn at_quick_exit -function conforms to the C1x draft specification. +function conforms to +.St -isoC-2011 . 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 . |