From nobody Fri Aug 7 14:58:42 2026 X-Original-To: dev-commits-src-all@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 4hGnN25RQ8z6nCrm for ; Fri, 07 Aug 2026 14:58:42 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hGnN23bfqz3cFj for ; Fri, 07 Aug 2026 14:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786114722; 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=BZaf0cdnMSziq5ZrROagtul18q4h/j0XBlKBHelUfiA=; b=ooBoTg8gPnSZLpxOy7KiuTRsDu3lQmcKhGAhDzgKRiTNwX6tkPXaKT4J+uXxB1BTXpDb2R x5i/M2VkRiM6INgcn0kWQSQ3zX0pNLiBhmppPbH4w+uK5C7VlI5h0eKn30c7bk47WYbjmf IbfYJFNaAASFdIxXw5cUsQn5U6gPoZq2xC9vk0uS8hCnW+BxxTDuGD4LEpeFW2JsJAoRvv zODLzwsSML+x9iPLXRlcxLXYsQy0rqvfC2Caw5vLPZe6F+O7NwioABKhMTlkbB0Sa1tdSF Enz824vxrA2l0oi1Ja8I9HXE4fUQ9TYWpk7MnPYtmGjDFciXwxMETRFtNDmUTQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786114722; a=rsa-sha256; cv=none; b=pXi/K4TcaEzswmcJuPJx41CKbFJVteKzX2HlxW0sbO9gI3ld3l+i7W8sYDH/2ZRyuPOibi pumuhx9WEY/UeNiW7+q8An17MDFO9gQ32fc3tepUCf2h45yx4ThkNKgI1sJYXP5O85e486 5y2SLuaAXS4hE/jN++KNrUq+XkQvoB6JRLaqDjegVlAWVJapfhddcIcJPqCMmKVOIwVnDg xfMnG2pVj0xifftqkJBlMmvJmYkZHp9MJs7D45VIUDd911cG8FAgkgbC4A72d9ILNGLN9X 43KCiS5uXkfvMSLSL6WnTY4+tJa0xAhw7hyM2BF8+aAB8GpG3RDjyIqhQa2R5Q== 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=1786114722; 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=BZaf0cdnMSziq5ZrROagtul18q4h/j0XBlKBHelUfiA=; b=qzlKZgOWkS5z+WqgjI4qCYU6WlCpbKP+id1VUHO6rWP8p5SAnfAa3zn0+z455WYBYeTzBV sy22pMzFTbzvgXAGSP6BthuO+juo/zCp3PI2FsyQcK8yVji0SNiAWHE1SyTVdeYz6AtxUT hdWYIjq4StDA5DDN3nVCRIx8toLGVW62xI28UY3k+utvIoSFWtVes8UDWbz7EKPHViFYac 9UOTtz4bEWtoEyS0qQAhCKcwDeu8lyZMxCqnsQQxpPcRdmxQ6FmK+9Ci0iMcUNx8bBnlpM SS4FsDxvPbBJr65C2AvoLv66c02kBYnonzAzVfWrX7X6elepbKUbH1RgN8Ap0g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hGnN22TP0z19n9 for ; Fri, 07 Aug 2026 14:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 18053 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 07 Aug 2026 14:58:42 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: 8ce50d778757 - stable/15 - manuals: Fix more Fx and nearby mechanical typos List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 8ce50d778757766d237d31e2d7fcea611fd3e204 Auto-Submitted: auto-generated Date: Fri, 07 Aug 2026 14:58:42 +0000 Message-Id: <6a75f2a2.18053.3d11e360@gitrepo.freebsd.org> The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=8ce50d778757766d237d31e2d7fcea611fd3e204 commit 8ce50d778757766d237d31e2d7fcea611fd3e204 Author: Alexander Ziaee AuthorDate: 2026-08-04 14:04:23 +0000 Commit: Alexander Ziaee CommitDate: 2026-08-07 14:58:19 +0000 manuals: Fix more Fx and nearby mechanical typos Fix compiler warnings related to the Fx macro, as well as all other mechanical typos that were visible within one screenful of them. These cause rendering glitches on various toolchains with various of the five and a half decades of rich output formats and tooling manpages scale to. The *x macro set specifies operating systems. These macros take the rest of the line as an argument. Sometimes, a space was not used to separate the argument of Fx and the trailing period. Others had other parts of the sentence supplied as an argument to Fx. While here, fix the other mechanical typos visible on those specific screenfulls. Correct section typo AUTHOR to AUTHORS, markup utilities with Sy, and apply line break after the end of a sentence. PR: 297248 MFC after: 3 days Reported by: wosch (are you sure that's all of the broken Fx'es?) Fixes: ff2bc641599a ("Fix Fx and nearby mechanical typos") Fixes: d790b16bbf0c ("add man pages for stdbit functions") Fixes: 6c57e368eb17 ("implement C23 memalignment()") Fixes: b06338167d64 ("ROUTE_MPATH and FIB_ALGO") Fixes: 7e1affa242ca ("revise divert-to and divert-reply") (cherry picked from commit 82c013fb59114b228cbc59536914be1c1772c69c) --- lib/libc/stdbit/stdc_first_leading_zero.3 | 2 +- lib/libc/stdlib/memalignment.3 | 4 ++-- sbin/route/route.8 | 3 ++- share/man/man5/pf.conf.5 | 16 +++++++++++----- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/lib/libc/stdbit/stdc_first_leading_zero.3 b/lib/libc/stdbit/stdc_first_leading_zero.3 index 7e99729921f1..863f8fdb565b 100644 --- a/lib/libc/stdbit/stdc_first_leading_zero.3 +++ b/lib/libc/stdbit/stdc_first_leading_zero.3 @@ -87,6 +87,6 @@ The family of functions and the .Fn stdc_first_leading_zero type-generic macro were added in -.Fx 15.1. +.Fx 15.1 . .Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/lib/libc/stdlib/memalignment.3 b/lib/libc/stdlib/memalignment.3 index 4a2269a82c81..08ab1d4507e5 100644 --- a/lib/libc/stdlib/memalignment.3 +++ b/lib/libc/stdlib/memalignment.3 @@ -48,6 +48,6 @@ function conforms to The .Fn memalignment function was added in -.Fx 15.1. -.Sh AUTHOR +.Fx 15.1 . +.Sh AUTHORS .An Robert Clausecker Aq Mt fuz@FreeBSD.org diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 572781ef59c8..a217ea1fc50d 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -402,7 +402,8 @@ and As such, only the super-user may modify the routing tables. .Pp -.Fx provides support for scalable multipath routing. +.Fx +provides support for scalable multipath routing. It is activated by default, but can be turned off by setting the .Va net.route.multipath .Xr sysctl 8 diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 83f0239b78a6..641a54fd1a0b 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -2325,17 +2325,23 @@ Used to packets to the given divert .Ar port . Historically -.Ox pf has another meaning for this, and -.Fx pf uses -this syntax to support -.Xr divert 4 instead. Hence, +.Ox +.Sy pf +has another meaning for this, and +.Fx +.Sy pf +uses this syntax to support +.Xr divert 4 +instead. +Hence, .Ar host has no meaning and can be set to anything like 127.0.0.1. If a packet is re-injected and does not change direction then it will not be re-diverted. .It Ar divert-reply It has no meaning in -.Fx pf . +.Fx +.Sy pf . .It Ar probability Aq Ar number A probability attribute can be attached to a rule, with a value set between 0 and 1, bounds not included.