]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r368804: ipfw(8): Fix a few mandoc related issues
authorGordon Bergling <gbe@FreeBSD.org>
Sat, 19 Dec 2020 12:47:40 +0000 (12:47 +0000)
committerGordon Bergling <gbe@FreeBSD.org>
Sun, 3 Jan 2021 13:34:50 +0000 (14:34 +0100)
commit85562bddad1843b4798f9f25202a14f64b7e8ec0
tree6f34bd7fa31142284fd4a8bf3cfb2cf92b7f9df7
parent2b29cc2621be4781298262cb3c0264932e99f459
MFC r368804: ipfw(8): Fix a few mandoc related issues

- no blank before trailing delimiter
- missing section argument: Xr inet_pton
- skipping paragraph macro: Pp before Ss
- unusual Xr order: syslogd after sysrc
- tab in filled text

There were a few multiline NAT examples which used the .Dl macro with
tabs. I converted them to .Bd, which is a more suitable macro for that case.

(cherry picked from commit bae74ca92238e7df070c22f4b53dab12f60d82ef)
sbin/ipfw/ipfw.8