Remove description of non-existent %+ specifier.

This commit is contained in:
Michael Kerrisk 2005-11-22 17:48:32 +00:00
parent 67a99ba02c
commit 29a7a0825a
1 changed files with 7 additions and 5 deletions

View File

@ -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.