aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strftime.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-22 17:48:32 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-22 17:48:32 +0000
commit29a7a0825a418c7d429a99b71f03fc54d26b5781 (patch)
tree4ffbcee2196c19f34567ae95b8420adf2787951b /man3/strftime.3
parent67a99ba02c4f01c211b8ddf4e03843b1a29d45f4 (diff)
downloadman-pages-29a7a0825a418c7d429a99b71f03fc54d26b5781.tar.gz
Remove description of non-existent %+ specifier.
Diffstat (limited to 'man3/strftime.3')
-rw-r--r--man3/strftime.312
1 files changed, 7 insertions, 5 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3
index d9b6f5c6fb..baf1203dda 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -201,11 +201,13 @@ Required to emit RFC\ 822-conformant dates
.TP
.B %Z
The time zone or name or abbreviation.
-.TP
-.B %+
-The date and time in
-.BR date(1)
-format. (TZ)
+.\" .TP
+.\" .B %+
+.\" Nov 05 -- Not in Linux/glibc, but is in some BSDs (according to
+.\" their man pages)
+.\" The date and time in
+.\" .BR date(1)
+.\" format. (TZ)
.TP
.B %%
A literal `%' character.