Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time ctime(3): fix unbalanced paren introduced in 1.40



details:   https://anonhg.NetBSD.org/src/rev/ff57f273eb34
branches:  trunk
changeset: 371966:ff57f273eb34
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Oct 21 12:28:43 2022 +0000

description:
ctime(3): fix unbalanced paren introduced in 1.40

diffstat:

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

diffs (19 lines):

diff -r b56dac114127 -r ff57f273eb34 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3     Fri Oct 21 12:11:29 2022 +0000
+++ b/lib/libc/time/ctime.3     Fri Oct 21 12:28:43 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.66 2022/10/21 12:11:29 uwe Exp $
+.\" $NetBSD: ctime.3,v 1.67 2022/10/21 12:28:43 uwe Exp $
 .\"
 .\" XXX: License missing?
 .\"
@@ -264,7 +264,8 @@
 .Fa tm_mon
 of \-2 means 2 months before January of
 .Fa tm_year .
-(A positive or zero value for
+.It
+A positive or zero value for
 .Fa tm_isdst
 causes
 .Fn mktime



Home | Main Index | Thread Index | Old Index