All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Alejandro Colomar <alx.manpages@gmail.com>, tz@iana.org
Cc: linux-man@vger.kernel.org, Alejandro Colomar <alx@kernel.org>,
	"G. Branden Robinson" <g.branden.robinson@gmail.com>,
	Ingo Schwarze <schwarze@openbsd.org>
Subject: Re: [PATCH v2 4/4] zic.8: Use correct letter case in page title (TH)
Date: Wed, 23 Nov 2022 10:45:53 -0800	[thread overview]
Message-ID: <66b115ce-1766-5053-9b4a-4aedaad6ee5b@cs.ucla.edu> (raw)
In-Reply-To: <20221123134827.10420-4-alx@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

On 2022-11-23 05:48, Alejandro Colomar wrote:

> -.TH ZIC 8
> +.TH zic 8

Thanks, I installed the attached more-elaborate patch to the tzdb doc.

[-- Attachment #2: 0001-Use-lower-case-page-titles-for-commands.patch --]
[-- Type: text/x-patch, Size: 1064 bytes --]

From 02e7258917fe44c8801978493fd547422b544bd0 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 23 Nov 2022 10:28:55 -0800
Subject: [PROPOSED] Use lower case page titles for commands

From a suggestion by G. Branden Robinson via Alejandro Colmar in:
https://lore.kernel.org/linux-man/20221123134827.10420-4-alx@kernel.org/T/#u
* date.1, zdump.8, zic.8: Use lower case .TH arguments.
---
 date.1  | 2 +-
 zdump.8 | 2 +-
 zic.8   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/date.1 b/date.1
index 1ecd63a3..957b95d4 100644
--- a/date.1
+++ b/date.1
@@ -1,4 +1,4 @@
-.TH DATE 1
+.TH date 1
 .SH NAME
 date \- show and set date and time
 .SH SYNOPSIS
diff --git a/zdump.8 b/zdump.8
index 131a6cbd..ee7f9073 100644
--- a/zdump.8
+++ b/zdump.8
@@ -1,4 +1,4 @@
-.TH ZDUMP 8
+.TH zdump 8
 .SH NAME
 zdump \- timezone dumper
 .SH SYNOPSIS
diff --git a/zic.8 b/zic.8
index 24454113..5b785762 100644
--- a/zic.8
+++ b/zic.8
@@ -1,4 +1,4 @@
-.TH ZIC 8
+.TH zic 8
 .SH NAME
 zic \- timezone compiler
 .SH SYNOPSIS
-- 
2.37.2


  reply	other threads:[~2022-11-23 18:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 13:48 [PATCH v2 1/4] zic.8: Add public domain notice Alejandro Colomar
2022-11-23 13:48 ` [PATCH v2 2/4] zic.8: s/time zone/timezone/ for consistency Alejandro Colomar
2022-11-23 18:42   ` Paul Eggert
2022-11-23 19:02     ` Alejandro Colomar
2022-11-23 19:14   ` G. Branden Robinson
2022-11-23 13:48 ` [PATCH v2 3/4] zic.8: Use correct escape sequences instead of special characters Alejandro Colomar
2022-11-23 18:18   ` G. Branden Robinson
2022-11-23 18:43   ` Paul Eggert
2022-11-26  2:31     ` Paul Eggert
2022-11-26  3:07       ` G. Branden Robinson
2022-11-26 21:19       ` G. Branden Robinson
2022-11-27  0:12         ` Paul Eggert
2022-12-13 23:24           ` G. Branden Robinson
2022-11-23 13:48 ` [PATCH v2 4/4] zic.8: Use correct letter case in page title (TH) Alejandro Colomar
2022-11-23 18:45   ` Paul Eggert [this message]
2022-11-23 18:32 ` [PATCH v2 1/4] zic.8: Add public domain notice Paul Eggert
2022-11-23 19:01   ` Alejandro Colomar
2022-11-23 19:19     ` Paul Eggert
2022-11-23 19:32       ` Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66b115ce-1766-5053-9b4a-4aedaad6ee5b@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=alx.manpages@gmail.com \
    --cc=alx@kernel.org \
    --cc=g.branden.robinson@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=schwarze@openbsd.org \
    --cc=tz@iana.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.