git: ching(6): Tweak roff(7) macros to properly format with mandoc(1)
Aaron LI
aly at crater.dragonflybsd.org
Fri Feb 19 07:47:06 PST 2021
commit bc8373b4af4bcdb0c823c1769835776de659c6d4
Author: Aaron LI <aly at aaronly.me>
Date: Fri Feb 19 18:07:59 2021 +0800
ching(6): Tweak roff(7) macros to properly format with mandoc(1)
The '\t' sequence (or the literal tab between two arguments) is ignored
by mandoc(1), so change it to spaces, which displays well with mandoc(1).
Quote the last argument of the .LX macro to fix warnings:
"whitespace at end of input line"
Change '.rm LH' to '.ds LH' in the .L macro to fix warnings:
"undefined string, using "": LH"
Summary of changes:
games/ching/ching/macros | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bc8373b4af4bcdb0c823c1769835776de659c6d4
--
DragonFly BSD source repository
More information about the Commits
mailing list