diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 19:46:06 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 19:46:06 +0000 |
commit | c98a4bf3fb65e38ed22ef8981801f0b7b77a705c (patch) | |
tree | 793f2079cec7e7d014e235e5c619ee4a3afc5315 /lib | |
parent | 647e4efd9794eaf88171d8126390d5db741abcb6 (diff) |
Notes
Diffstat (limited to 'lib')
-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 4caf19d9b5545..f09d7de553ea9 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 |