summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 08:36:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 09:49:08 +0200
commit5afad698eca47c948b346db2da83ed6d648af453 (patch)
treec176154012821228dbb17ea6b9e8f63a0cdeff7a
parentf835f2c4d960f9095d3952ddb166292895d5b900 (diff)
printf.3: Remove some old text about glibc 2.0 changes
We probably don't now need such ancient info. 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 fc0cbfb13..4cd7d9c6a 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -860,8 +860,8 @@ with C99.
.\" .BR m ,
.\" which outputs
.\" .IR strerror(errno) .
-.PP
-glibc 2.0 adds conversion characters \fBC\fP and \fBS\fP.
+.\" .PP
+.\" glibc 2.0 adds conversion characters \fBC\fP and \fBS\fP.
.PP
glibc 2.1 adds length modifiers \fBhh\fP, \fBj\fP, \fBt\fP, and \fBz\fP
and conversion characters \fBa\fP and \fBA\fP.