Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 03:10:02 -0800 (PST)
From:      "Tim J. Robbins" <tim@robbins.dropbear.id.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/33834
Message-ID:  <200201131110.g0DBA2K91483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/33834; it has been noted by GNATS.

From: "Tim J. Robbins" <tim@robbins.dropbear.id.au>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201131110.g0DBA2K91483>