Date: Sun, 15 Feb 2026 03:15:03 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c838c3f2062b - stable/15 - sbin/setkey/setkey.8: cleanup groff mdoc warnings Message-ID: <69913a37.47f25.4ddcd72b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c838c3f2062b88e3608ab56d57498f4e0dc6d0ce commit c838c3f2062b88e3608ab56d57498f4e0dc6d0ce Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-02-12 07:43:46 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2026-02-15 03:13:37 +0000 sbin/setkey/setkey.8: cleanup groff mdoc warnings PR: 293072 (cherry picked from commit c67d8acca30e9f96f0a56f197003d0a4c663a060) --- sbin/setkey/setkey.8 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index e3bcf10b9a9a..04d9ba6977f3 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -281,7 +281,7 @@ and they cannot be used. .Pp .It Ar extensions take some of the following: -.Bl -tag -width Fl natt_mtu -compact +.Bl -tag -width natt_mtu -compact .\" .It Fl m Ar mode Specify a security protocol mode for use. @@ -326,7 +326,7 @@ Do not allow cyclic sequence number. .It Fl lh Ar time .It Fl ls Ar time Specify hard/soft life time duration of the SA. -.It Fl natt Ar oai \([ Ar sport \(] Ar oar \([ Ar dport \(] +.It Fl natt Ar oai \[lB] Ar sport \[rB] Ar oar \[lB] Ar dport \[rB] Manually configure NAT-T for the SA, by specifying initiator .Ar oai and @@ -334,9 +334,9 @@ requestor .Ar oar ip addresses and ports. Note that the -.Sq \([ +.Sq \[lB] and -.Sq \(] +.Sq \[rB] symbols are part of the syntax for the ports specification, not indication of the optional components. .It Fl natt_mtu Ar fragsize @@ -493,7 +493,7 @@ The direction is followed by one of the following policy levels: .Li none , or .Li ipsec . -.Bl -compact -bullet +.Bl -bullet .It The .Li discard @@ -510,11 +510,12 @@ The policy level means that IPsec operation will take place onto the packet. .El +.Pp .It Ar protocol/mode/src-dst/level The .Ar protocol/mode/src-dst/level statement gives the rule for how to process the packet. -.Bl -compact -bullet +.Bl -bullet .It The .Ar protocol @@ -563,7 +564,7 @@ or If the SA is not available in every level, the kernel will request the SA from the key exchange daemon. .Pp -.Bl -compact -bullet +.Bl -bullet .It A value of .Li defaulthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69913a37.47f25.4ddcd72b>
