Module Name:    src
Committed By:   abhinav
Date:           Wed Oct 25 19:04:07 UTC 2017

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

Log Message:
Remove comma after last Nm entry
Remove whitespace at the end of a line


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/time2posix.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/time2posix.3
diff -u src/lib/libc/time/time2posix.3:1.20 src/lib/libc/time/time2posix.3:1.21
--- src/lib/libc/time/time2posix.3:1.20	Mon Jul  3 21:32:50 2017
+++ src/lib/libc/time/time2posix.3	Wed Oct 25 19:04:07 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: time2posix.3,v 1.20 2017/07/03 21:32:50 wiz Exp $
+.\"	$NetBSD: time2posix.3,v 1.21 2017/10/25 19:04:07 abhinav Exp $
 .Dd October 6, 2014
 .Dt TIME2POSIX 3
 .Os
@@ -6,7 +6,7 @@
 .Nm time2posix ,
 .Nm time2posix_z ,
 .Nm posix2time ,
-.Nm posix2time_z ,
+.Nm posix2time_z
 .Nd convert seconds since the Epoch
 .Sh LIBRARY
 .Lb libc
@@ -37,7 +37,7 @@ If the time package is configured with l
 enabled, however, no such adjustment is needed and
 .Va time_t
 values continue to increase over leap events
-(as a true 
+(as a true
 .Dq "seconds since..."
 value).
 This means that these values will differ from those required by POSIX

Reply via email to