gccmakedep: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Apr 19 17:23:10 UTC 2025
gccmakedep.man | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
New commits:
commit e9f153160a58ceee28b11aa6198a336f1f99bcce
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Mon Apr 14 18:24:18 2025 -0700
Improve man page formatting
More closely follow common style as described on
https://man7.org/linux/man-pages/man7/man-pages.7.html
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/gccmakedep/-/merge_requests/5>
commit b5a32e2925397886ef28fbe567254a5cd0a2f99c
Author: Bjarni Ingi Gislason <bjarniig at simnet.is>
Date: Fri Nov 1 23:38:13 2024 +0000
gccmakedep.1: Some editorial changes for this man page
Originally from https://bugs.debian.org/1086599
Output from "mandoc -T lint gccmakedep.1": (possibly shortened list)
mandoc: gccmakedep.1:119:19: STYLE: whitespace at end of input line
mandoc: gccmakedep.1:121:57: STYLE: whitespace at end of input line
-.-.
Use the correct macro for the font change of a single argument or
split the argument into two.
11:.BI \-a
-.-.
Change a HYPHEN-MINUS (code 0x2D) to a minus(-dash) (\-),
if it
is in front of a name for an option,
is a symbol for standard input,
is a single character used to indicate an option,
or is in the NAME section (man-pages(7)).
N.B. - (0x2D), processed as a UTF-8 file, is changed to a hyphen
(0x2010, groff \[u2010] or \[hy]) in the output.
3:gccmakedep \- create dependencies in makefiles using 'gcc -M'
22:program calls 'gcc -M' to output
-.-.
Split a punctuation from a single argument, if a two-font macro is meant
35:.I Makefile.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/gccmakedep/-/merge_requests/5>
More information about the xorg-commit
mailing list