public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* '-' vs '\-' in TH (man(7))
@ 2023-08-20 19:10 Alejandro Colomar
  2023-08-20 21:51 ` Brian Inglis
  0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2023-08-20 19:10 UTC (permalink / raw)
  To: G. Branden Robinson; +Cc: linux-man, groff


[-- Attachment #1.1: Type: text/plain, Size: 587 bytes --]

Hi Branden,

I just noticed that the Linux man-pages use '-' in TH.  That's
surprising to me, as Michael was careful to use '\-' correctly.

In the documentation, I couldn't find anything that says TH
should be different than anywhere else, and so I'd expect he
would have used it there.

$ grep -rn '^\.TH [^ ]*-' man* | wc -l
30
$ grep -rn '^\.TH [^ ]*\\-' man* | wc -l
0

Was it just an oversight, or are there any obscure reasons to do
that?

Cheers,
Alex


-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-22 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20 19:10 '-' vs '\-' in TH (man(7)) Alejandro Colomar
2023-08-20 21:51 ` Brian Inglis
2023-08-20 22:41   ` Alejandro Colomar
2023-08-21  0:59     ` Lennart Jablonka
2023-08-22 19:29       ` G. Branden Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox