Module Name:    src
Committed By:   uwe
Date:           Fri Oct 21 12:28:43 UTC 2022

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

Log Message:
ctime(3): fix unbalanced paren introduced in 1.40


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/lib/libc/time/ctime.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/ctime.3
diff -u src/lib/libc/time/ctime.3:1.66 src/lib/libc/time/ctime.3:1.67
--- src/lib/libc/time/ctime.3:1.66	Fri Oct 21 12:11:29 2022
+++ src/lib/libc/time/ctime.3	Fri Oct 21 12:28:43 2022
@@ -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 @@ of 0 means the day preceding the current
 .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

Reply via email to