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 trailing comma at the end of the last ....



details:   https://anonhg.NetBSD.org/src/rev/cdd6e411520d
branches:  trunk
changeset: 349771:cdd6e411520d
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Thu Dec 22 17:39:28 2016 +0000

description:
Remove trailing comma at the end of the last .Nm entry in the NAME section

diffstat:

 lib/libc/time/ctime.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1ba36a653b1 -r cdd6e411520d lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3     Thu Dec 22 17:27:02 2016 +0000
+++ b/lib/libc/time/ctime.3     Thu Dec 22 17:39:28 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.52 2016/12/22 17:27:02 abhinav Exp $
+.\" $NetBSD: ctime.3,v 1.53 2016/12/22 17:39:28 abhinav Exp $
 .\"
 .\" XXX: License missing?
 .\"
@@ -18,7 +18,7 @@
 .Nm localtime_r ,
 .Nm localtime_rz ,
 .Nm mktime ,
-.Nm mktime_z ,
+.Nm mktime_z
 .Nd convert date and time
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index