Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Sort sections. Mark up NULL. End Bl with El.



details:   https://anonhg.NetBSD.org/src/rev/bafa7756bc29
branches:  trunk
changeset: 811998:bafa7756bc29
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Nov 26 09:48:21 2015 +0000

description:
Sort sections. Mark up NULL. End Bl with El.

diffstat:

 lib/libutil/parsedate.3 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r 32c32f00eea3 -r bafa7756bc29 lib/libutil/parsedate.3
--- a/lib/libutil/parsedate.3   Thu Nov 26 01:41:20 2015 +0000
+++ b/lib/libutil/parsedate.3   Thu Nov 26 09:48:21 2015 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: parsedate.3,v 1.16 2015/11/26 01:00:54 christos Exp $
+.\"     $NetBSD: parsedate.3,v 1.17 2015/11/26 09:48:21 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -291,17 +291,6 @@
 always ends
 (or decreases the nesting level of)
 the comment.
-.Sh ENVIRONMENT
-If the
-.Ar tzoff
-parameter is given as NULL,
-then:
-.Bl -tag -width iTZ
-.It Ev TZ
-The timezone to which the input is relative,
-when no zone information is otherwise specified in the
-.Ar datestr
-input.
 .Sh RETURN VALUES
 .Fn parsedate
 returns the number of seconds passed since,
@@ -320,6 +309,19 @@
 and checking the value of
 .Va errno
 afterwards.
+.Sh ENVIRONMENT
+If the
+.Ar tzoff
+parameter is given as
+.Dv NULL ,
+then:
+.Bl -tag -width iTZ
+.It Ev TZ
+The timezone to which the input is relative,
+when no zone information is otherwise specified in the
+.Ar datestr
+input.
+.El
 .Sh SEE ALSO
 .Xr date 1 ,
 .Xr touch 1 ,



Home | Main Index | Thread Index | Old Index