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
.B %Z
The time zone or name or abbreviation.
.\" .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 %+
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)
(Not supported in glibc2.)
.TP
.B %%
A literal `%' character.