diff options
author | wollman <wollman@FreeBSD.org> | 2002-07-15 19:46:06 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-07-15 19:46:06 +0000 |
commit | 13b1a9cedc7ac32c55a9f3329ccdee698f421750 (patch) | |
tree | 793f2079cec7e7d014e235e5c619ee4a3afc5315 | |
parent | 382395e8688e36eaa5eecd91763992f7e2bc9bfe (diff) | |
download | FreeBSD-src-13b1a9cedc7ac32c55a9f3329ccdee698f421750.zip FreeBSD-src-13b1a9cedc7ac32c55a9f3329ccdee698f421750.tar.gz |
Don't claim to fully implement C99 in the STANDARDS section and then disclaim
compliance in the BUGS section immediately below.
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 4caf19d..f09d7de 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -769,7 +769,9 @@ Always use the proper secure idiom: (See .Pa "/usr/share/doc/{to be determined}" . ) .Sh STANDARDS -The +Subject to the caveats noted in the +.Sx BUGS +section below, the .Fn fprintf , .Fn printf , .Fn sprintf , @@ -782,7 +784,7 @@ conform to .St -ansiC and .St -isoC-99 . -The +With the same reservation, the .Fn snprintf and .Fn vsnprintf |