Module Name: src
Committed By: wiz
Date: Thu Nov 26 09:48:21 UTC 2015
Modified Files:
src/lib/libutil: parsedate.3
Log Message:
Sort sections. Mark up NULL. End Bl with El.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libutil/parsedate.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/libutil/parsedate.3
diff -u src/lib/libutil/parsedate.3:1.16 src/lib/libutil/parsedate.3:1.17
--- src/lib/libutil/parsedate.3:1.16 Thu Nov 26 01:00:54 2015
+++ src/lib/libutil/parsedate.3 Thu Nov 26 09:48:21 2015
@@ -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 @@ There is no escape character in comments
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 @@ before calling
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 ,