printf.3: Update references to standards for C and S conversion specifiers

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 08:48:33 +02:00
parent 5afad698ec
commit 812040568c
1 changed files with 2 additions and 2 deletions

View File

@ -767,13 +767,13 @@ precision is given and it is so small that the number of bytes written
exceeds it before the end of the array is reached.
.TP
.B C
(Not in C99, but in SUSv2.)
(Not in C99 or C11, but in SUSv2, SUSv3, and SUSv4.)
Synonym for
.BR lc .
Don't use.
.TP
.B S
(Not in C99, but in SUSv2.)
(Not in C99 or C11, but in SUSv2, SUSv3, and SUSv4.)
Synonym for
.BR ls .
Don't use.