From c98a4bf3fb65e38ed22ef8981801f0b7b77a705c Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 15 Jul 2002 19:46:06 +0000 Subject: [PATCH] Don't claim to fully implement C99 in the STANDARDS section and then disclaim compliance in the BUGS section immediately below. --- lib/libc/stdio/printf.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 4caf19d9b55..f09d7de553e 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