Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time strptime(3): make the fact that %z is an exten...



details:   https://anonhg.NetBSD.org/src/rev/f8b7a5af3faa
branches:  trunk
changeset: 371998:f8b7a5af3faa
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 24 23:18:31 2022 +0000

description:
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).

diffstat:

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

diffs (33 lines):

diff -r 8e414dfaec48 -r f8b7a5af3faa lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Mon Oct 24 14:22:53 2022 +0000
+++ b/lib/libc/time/strptime.3  Mon Oct 24 23:18:31 2022 +0000
@@ -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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index