From 8db74412a0c713a9b902f917f86202eec9c56308 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 22 Nov 2005 17:57:48 +0000 Subject: [PATCH] Add further text clarifying that %+ specifier is not supported in glibc2. --- man3/strftime.3 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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.