diff --git a/man3/strftime.3 b/man3/strftime.3 index baf1203dd..fc6cc5d9d 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -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.