Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Fix formatting corruption for manpages from tz...



details:   https://anonhg.NetBSD.org/src/rev/f54a30e6bb45
branches:  trunk
changeset: 378205:f54a30e6bb45
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Jul 26 09:17:20 2023 +0000

description:
Fix formatting corruption for manpages from tzcode.

Comment out .TH macros, that cause mandoc(1) to run into man(7) mode.

diffstat:

 lib/libc/time/zdump.8 |  4 ++--
 lib/libc/time/zic.8   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 77f71653c767 -r f54a30e6bb45 lib/libc/time/zdump.8
--- a/lib/libc/time/zdump.8     Wed Jul 26 07:00:31 2023 +0000
+++ b/lib/libc/time/zdump.8     Wed Jul 26 09:17:20 2023 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: zdump.8,v 1.22 2022/12/11 17:57:23 christos Exp $
+.\" $NetBSD: zdump.8,v 1.23 2023/07/26 09:17:20 rin Exp $
 .\" @(#)zdump.8        8.2
 .\" This file is in the public domain, so clarified as of
 .\" 2009-05-17 by Arthur David Olson.
-.TH zdump 8
+.\" .TH zdump 8
 .Dd October 22, 2021
 .Dt ZDUMP 8
 .Os
diff -r 77f71653c767 -r f54a30e6bb45 lib/libc/time/zic.8
--- a/lib/libc/time/zic.8       Wed Jul 26 07:00:31 2023 +0000
+++ b/lib/libc/time/zic.8       Wed Jul 26 09:17:20 2023 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: zic.8,v 1.41 2022/12/11 17:57:23 christos Exp $
+.\" $NetBSD: zic.8,v 1.42 2023/07/26 09:17:20 rin Exp $
 .\" @(#)zic.8  8.6
 .\" This file is in the public domain, so clarified as of
 .\" 2009-05-17 by Arthur David Olson.
-.TH zic 8
+.\" .TH zic 8
 .Dd August 24, 2022
 .Dt ZIC 8
 .Os



Home | Main Index | Thread Index | Old Index