Module Name:    src
Committed By:   uwe
Date:           Mon Oct 24 23:18:31 UTC 2022

Modified Files:
        src/lib/libc/time: strptime.3

Log Message:
strptime(3): make the fact that %z is an extension more prominent

Mention it near the format itself, not on the next screen (with an
awkward indentation too).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/time/strptime.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/time/strptime.3
diff -u src/lib/libc/time/strptime.3:1.37 src/lib/libc/time/strptime.3:1.38
--- src/lib/libc/time/strptime.3:1.37	Sun Feb 24 11:51:05 2019
+++ src/lib/libc/time/strptime.3	Mon Oct 24 23:18:31 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strptime.3,v 1.37 2019/02/24 11:51:05 maya Exp $
+.\"	$NetBSD: strptime.3,v 1.38 2022/10/24 23:18:31 uwe Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -222,6 +222,11 @@ with \&%C, specifies the year [0,99] wit
 the year, including the century (i.e., 1996).
 .It Cm \&%z
 an ISO 8601, RFC-2822, or RFC-3339 time zone specification.
+.Po
+A
+.Nx
+extension.
+.Pc
 This is one of the following:
 .Bl -dash -offset indent -compact
 .It
@@ -312,11 +317,6 @@ through
 .It
 An arbitrary timezone name that can be loaded from the database.
 .El
-.Po
-A
-.Nx
-extension.
-.Pc
 .It Cm \&%Z
 time zone name or no characters when time zone information is unavailable.
 .Po

Reply via email to