Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time note that month and weekday names are case-ins...



details:   https://anonhg.NetBSD.org/src/rev/3273c4a6ac25
branches:  trunk
changeset: 535418:3273c4a6ac25
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Aug 18 06:43:32 2002 +0000

description:
note that month and weekday names are case-insensitive.
from OpenBSD.

diffstat:

 lib/libc/time/strptime.3 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 0d480d75d72e -r 3273c4a6ac25 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Sun Aug 18 06:31:09 2002 +0000
+++ b/lib/libc/time/strptime.3  Sun Aug 18 06:43:32 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strptime.3,v 1.12 2002/02/07 07:00:34 ross Exp $
+.\"    $NetBSD: strptime.3,v 1.13 2002/08/18 06:43:32 yamt Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 20, 1998
+.Dd August 18, 2002
 .Os
 .Dt STRPTIME 3
 .Sh NAME
@@ -192,6 +192,10 @@
 conversion specification.  As there are currently neither alternative formats
 nor specifications supported by the system, the behavior will be as if the
 unmodified conversion specification were used.
+.Pp
+Case is ignored when matching string items in
+.Fa buf ,
+such as month and weekday names.
 .Sh RETURN VALUES
 If successful, the
 .Fn strptime



Home | Main Index | Thread Index | Old Index