From nobody Thu Feb 12 07:51:24 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fBSDD6w2qz6SX7L for ; Thu, 12 Feb 2026 07:51:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fBSDD61yzz3ldd for ; Thu, 12 Feb 2026 07:51:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770882684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=wDiUIxET0wWweaQM1G9mcwfMA7xyhKEg5MeEnrmswd8=; b=mzwgJUEogo1ZQ5YzgaBKzS/XbLOd+f/piwLZpMt1S6Ory4aND30OEAA7uWeFe1xTzRNtOX iAEVWSdYwVwtD5mk34SqXrKekUg3LaVer+IykwibEQdBe9su+fb/YPXMi5dmbd0RtvCcew PsdYhrScLRa8vcMnmQm4gJo0FshfL9+K8W5y6etkfxqK/JnWb8spxA7fDWV+Li7KfE976D o+Ymv77t2IK6sfy7FkbdkiemrftzwISWCaHf4PFJZ68y2ItosUs3sx0S2WckGIP3U6tPRz qfGRBCPSUnGEaLwkB4rKrUf3LvGhq9pk81eCZ1eVCv6bdOv+a6XJXP99g1tNoA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1770882684; a=rsa-sha256; cv=none; b=yzEoKPrt4UEX9j9eW8fgvImTWCcIQjmK/PNc5wq99cNwLRJnhvwEMe3cPO5RFoDPmF9h30 aHziz229ze2WKQw73DO9VXmLs+UAUZMSf+u6gux9Ys+zIdG+3fbJ+5fxm98lQMiWjOQw25 MA/LQIGbPWYdYAfgmTZfEzQ7l7f4xvzuY7Av1VRM2mo2me1QMID5meIUXTaxnsnVXexrle qlkxH+QEjdm/2nmSK86/V28rGoQY9cdQ6+LqRTJf4HwvbQcnWE8Eyo2a1PWfyWtPMt+Pf1 KwB/eqzbECwPRk2OPYL51xv+XdC8EOgaMNEKDIM4ncjYzmZjn5O3VEOM2JR32A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770882684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=wDiUIxET0wWweaQM1G9mcwfMA7xyhKEg5MeEnrmswd8=; b=jyuLOGoVd9dlC0W1ripNMyRGTiXhnHqr98T4ymyD8TPwQd4mX7i529ZrkGq4qT/wmlh7+i 9jJSu96IkEJI/e3J9H7guWL0d7rR3A6ZqpZlN7cCzPZYAgUj/iO9YZiE67D2oeT+lbkUik dO2BMfXtYusw3uvzV5v/5gTCcp2FQDTE00urD6xU1noEepKKHtrroNORuQ/Ncd+xuRqf7f yt+rTT6U9Gr0GAhIerK3Q63EzTG+FwHrZzY7kXK7U7n/JQbmu4ov5vCxTxk2K/f7axienH 04h88/dQvWCXYdvmAh3MDEbnWgIB9fYf1HNYgE5Az3vXna2IE73DyT1DdYpjMw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fBSDD5cgMzBSl for ; Thu, 12 Feb 2026 07:51:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3ebe8 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 12 Feb 2026 07:51:24 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: c67d8acca30e - main - sbin/setkey/setkey.8: cleanup groff mdoc warnings List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c67d8acca30e9f96f0a56f197003d0a4c663a060 Auto-Submitted: auto-generated Date: Thu, 12 Feb 2026 07:51:24 +0000 Message-Id: <698d867c.3ebe8.4d55d9de@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c67d8acca30e9f96f0a56f197003d0a4c663a060 commit c67d8acca30e9f96f0a56f197003d0a4c663a060 Author: Konstantin Belousov AuthorDate: 2026-02-12 07:43:46 +0000 Commit: Konstantin Belousov CommitDate: 2026-02-12 07:47:22 +0000 sbin/setkey/setkey.8: cleanup groff mdoc warnings PR: 293072 Sponsored by: NVidia networking MFC after: 3 days --- 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 default