]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw(8): Fix a few mandoc related issues
authorgbe <gbe@FreeBSD.org>
Sat, 19 Dec 2020 12:47:40 +0000 (12:47 +0000)
committergbe <gbe@FreeBSD.org>
Sat, 19 Dec 2020 12:47:40 +0000 (12:47 +0000)
commitba1ad11a4d86476496cbb1e88184e0bebec84ffb
tree4462aa3c98e05f9f5ed77a8d6f5ec5bac702df21
parent831e89d8460f097d1257ea104071143c6397d298
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.

MFC after: 1 week
sbin/ipfw/ipfw.8