From owner-freebsd-bugs Sun Jan 13 3:10:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFF6A37B402 for ; Sun, 13 Jan 2002 03:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0DBA2K91483; Sun, 13 Jan 2002 03:10:02 -0800 (PST) (envelope-from gnats) Date: Sun, 13 Jan 2002 03:10:02 -0800 (PST) Message-Id: <200201131110.g0DBA2K91483@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Tim J. Robbins" Subject: Re: bin/33834 Reply-To: "Tim J. Robbins" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/33834; it has been noted by GNATS. From: "Tim J. Robbins" To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/33834 Date: Sun, 13 Jan 2002 21:37:35 +1100 On second thought, %n and %t might be necessary. Here is a corrected patch. --- strptime.3.old Sun Jan 13 20:59:01 2002 +++ strptime.3 Sun Jan 13 21:36:32 2002 @@ -57,8 +57,19 @@ All ordinary characters are matched exactly with the buffer, where white space in the format string will match any amount of white space in the buffer. -All conversion specifications are identical to those described in -.Xr strftime 3 . +Conversion specifications are identical to those described in +.Xr strftime 3 , +except for +.Fa \&%n , +.Fa \&%t , +.Fa \&%G , +.Fa \&%g , +.Fa \&%u , +.Fa \&%V , +.Fa \&%v +and +.Fa \&%z +which are not implemented. .Pp Two-digit year values, including formats .Fa %y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message