diff options
| author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2013-02-21 20:24:00 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2013-02-21 20:24:00 +0000 |
| commit | bcec66cad7f30ec5466c32178a800171836265ed (patch) | |
| tree | 0f2788da428b0a861ee7d6aa978b167c8e6f99e5 /lib/libc/stdlib | |
| parent | 5a219b25bb5abd7fa54f81e40b1a2a27d11a0919 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -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 a75c0c0a3b12..c43015402582 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 06fde8b86212..f2ea379c91d1 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 . |
