summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 08:48:33 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 09:49:08 +0200
commit812040568cb9987ebc581487db38c6e907d3e874 (patch)
tree97a1617f34acbd4e9afe5bf0fc8a7f6dacb9f48b
parent5afad698eca47c948b346db2da83ed6d648af453 (diff)
printf.3: Update references to standards for C and S conversion specifiers
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/printf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 4cd7d9c6a..7cee50789 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -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.