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): add missing leading slash in a pathname



details:   https://anonhg.NetBSD.org/src/rev/b56dac114127
branches:  trunk
changeset: 371965:b56dac114127
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Oct 21 12:11:29 2022 +0000

description:
ctime(3): add missing leading slash in a pathname

diffstat:

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

diffs (18 lines):

diff -r 34873a21d8e5 -r b56dac114127 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3     Fri Oct 21 09:29:32 2022 +0000
+++ b/lib/libc/time/ctime.3     Fri Oct 21 12:11:29 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.65 2022/10/21 03:08:29 jschauma Exp $
+.\" $NetBSD: ctime.3,v 1.66 2022/10/21 12:11:29 uwe Exp $
 .\"
 .\" XXX: License missing?
 .\"
@@ -454,7 +454,7 @@
 local timezone file
 .It Pa /usr/share/zoneinfo
 timezone information directory
-.It Pa usr/share/zoneinfo/localtime
+.It Pa /usr/share/zoneinfo/localtime
 local timezone file
 .It Pa /usr/share/zoneinfo/posixrules
 used with POSIX-style TZ's



Home | Main Index | Thread Index | Old Index