]> diplodocus.org Git - nmh/commitdiff
man/*.man: Fix some multi-word .B invocations.
authorRalph Corderoy <ralph@inputplus.co.uk>
Tue, 18 Apr 2017 11:54:28 +0000 (12:54 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Tue, 18 Apr 2017 11:54:28 +0000 (12:54 +0100)
Some needed to be .B for the first word, but .I for the second, or just
plain text for the rest of the words that should be on their own line.
Others were just plain wrong and became .IR for a man-page reference.
Then the .TP macro uses an input trap so only a single following line of
source is used and this prevents a two-line `.B .I', so use embedded
font escapes instead.


No differences found