Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Remove comma after last Nm entry



details:   https://anonhg.NetBSD.org/src/rev/93efaea6bd0e
branches:  trunk
changeset: 827394:93efaea6bd0e
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 19:04:07 2017 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 05b4292f5dc0 -r 93efaea6bd0e lib/libc/time/time2posix.3
--- a/lib/libc/time/time2posix.3        Wed Oct 25 19:01:25 2017 +0000
+++ b/lib/libc/time/time2posix.3        Wed Oct 25 19:04:07 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index