diff options
| author | uwe <uwe@NetBSD.org> | 2022-10-21 12:28:43 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2022-10-21 12:28:43 +0000 |
| commit | 23328ac479c81fe4a79a9daaa5e2bd7d4a121f47 (patch) | |
| tree | 83f0797e5f14573d9137d6077296e248bb76a861 /lib | |
| parent | 212f7aef4bdf31494bd05ff04dd1dc20187cc125 (diff) | |
ctime(3): fix unbalanced paren introduced in 1.40
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/time/ctime.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 5e79a868582..72158365391 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -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 month, and .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 |
