Searched hist:ce95864fbad87b53f17c625d3b72318764446f00 (Results 1 – 1 of 1) sorted by relevance
/freebsd/share/man/man5/ |
H A D | rc.conf.5 | diff ce95864fbad87b53f17c625d3b72318764446f00 Tue Feb 28 17:28:30 CET 2023 Warner Losh <imp@FreeBSD.org> rc.conf(5): Style issues
Fix mandoc -Tlint style issues * Use Pa instead of Va for .conf element (mdoc warned the Va was unused, and its the wrong markup anyway) * Drop useless Va and use Va instead of Ar when referring to variables in the jail file * One sentence, one line * drop xr to info(1). That makes no sense, and intro(1) seems unhelpful.
This leaves two warnings: gdb(1) xref not found (but we add a parenthetical about the package) and a false positive about a trailing period that is being mistaken for a 'full stop' when it is really just a character in a filename.
Sponsored by: Netflix
|