Add further text clarifying that %+ specifier is not supported

in glibc2.
This commit is contained in:
Michael Kerrisk 2005-11-22 17:57:48 +00:00
parent 29a7a0825a
commit 8db74412a0
1 changed files with 8 additions and 7 deletions

View File

@ -201,13 +201,14 @@ Required to emit RFC\ 822-conformant dates
.TP .TP
.B %Z .B %Z
The time zone or name or abbreviation. The time zone or name or abbreviation.
.\" .TP .TP
.\" .B %+ .B %+
.\" Nov 05 -- Not in Linux/glibc, but is in some BSDs (according to Nov 05 -- Not in Linux/glibc, but is in some BSDs (according to
.\" their man pages) their man pages)
.\" The date and time in The date and time in
.\" .BR date(1) .BR date(1)
.\" format. (TZ) format. (TZ)
(Not supported in glibc2.)
.TP .TP
.B %% .B %%
A literal `%' character. A literal `%' character.