From nobody Tue Jun 30 04:51:48 2026 X-Original-To: dev-commits-src-branches@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 4gq9jJ4Z6Mz6jTpK for ; Tue, 30 Jun 2026 04:51:48 +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 4gq9jJ2kbSz4K4k for ; Tue, 30 Jun 2026 04:51:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782795108; 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=rO1QVCBKgedntzfkdNUUYispMNmJ94YMX61DPsHQhnw=; b=XEdfHc3kS8y7BOZGz0XP1jlzHm9gNgQc8/ccmGsCV+0vQFWU5m7BDe+YtnvkPh1O6Xy65n wQMZZ60H2fG0EWMUPR71+PN96mTunKviIBSWOqXayfXWqoXjzty2KocJur0dovxP75v5RS ExmTVANQ4H7m4FM7GQnJlYPMS3jViDrtt75P4A30CA+HJ8DTLPFT0mD/h1MfQzQsfyKIn1 n07l6lmAhNPC5Xvv+8yeotOP5Y2KbbZ2vcZTrJHMVkdqJRWao4Hhnfm4TyiFJTB3Ogotwj b1mkznj6FqbkBzGj+c+fk1PekVVGPqEjPjjosOrxLbW2Gks4lIqSbBeG9dukGw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782795108; a=rsa-sha256; cv=none; b=lVlHljS4CWO0GTBW+TFxXE3ytDtLXZHh9yeifSiYQ42jkxJ3tTRYMxidmdMgIVZSCved7d 5QuYFkM2S2roO10J8TOTlld7HVVpjuS7oa758Duydl7jWYqOWt0Fbev5JwIf2Y2W35CbZ0 ageY1BEv7BWX2CHBEkMC4Se90IYk30ZXp7Wj6YoPxcSNOdOLR/BsuwxlGygTFZk01jR5U0 uXVcV0else4Sa4gk4gFEnIcVGySFBmXVyz5Ks66vlYDPTnkFL++9IXtfUPD70iJZd0MVOt W0NKgldcemHLLRmTa9hgsT/sd1DIMDBNiqA9iq/0RnWWZAFgxBpyaQjbBSvXuQ== 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=1782795108; 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=rO1QVCBKgedntzfkdNUUYispMNmJ94YMX61DPsHQhnw=; b=L+ylNq16BUg4wTdVdm0mcHIY02dhiPL8zVyvZlro3qoajp4KwEoasKB1KFYPl7+CaAzfod MD3oguI9yMnM7uGurvBMgEeDiPYeXkHhb5t0MCdXpxxEk6c3r/b9JmjJroJdEQxzCxwYk8 pJeRstaEoc4pERynXN/ggyHT+eIZZRndfU9TPfiSlEflM1XnA9vQHKSlP00tMWWC2PSmYY iOaKr7aAjWbpPZsIJoTJUzgwKCZsx+juHljqbibTvVHWnC7g8Bk99obqUNdGzGUogDkV84 GNsBmqvaJQFIfF3gfV6Mp7lmtV0WipbTmfcakaSa67hsnDshO+1/0RqwSCfCTw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gq9jJ1YWVzCgd for ; Tue, 30 Jun 2026 04:51:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e516 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 30 Jun 2026 04:51:48 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: de70e79d0767 - stable/15 - ipfilter(4): Fix a couple of typos in the manual pages List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: de70e79d076715b6ff4c03c732809f9847d436b4 Auto-Submitted: auto-generated Date: Tue, 30 Jun 2026 04:51:48 +0000 Message-Id: <6a434b64.3e516.512f6167@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=de70e79d076715b6ff4c03c732809f9847d436b4 commit de70e79d076715b6ff4c03c732809f9847d436b4 Author: Gordon Bergling AuthorDate: 2026-06-27 10:51:19 +0000 Commit: Gordon Bergling CommitDate: 2026-06-30 04:51:29 +0000 ipfilter(4): Fix a couple of typos in the manual pages - s/heirarchical/hierarchical/ - s/itnerface/interface/ - s/conjuction/conjunction/ (cherry picked from commit 0223ae33ad6dd29215bbb6efd041aa5b6c67dc1f) --- sbin/ipf/ippool/ippool.5 | 4 ++-- sbin/ipf/ippool/ippool.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipf/ippool/ippool.5 b/sbin/ipf/ippool/ippool.5 index 1ab8681bef8b..ae6c4b919940 100644 --- a/sbin/ipf/ippool/ippool.5 +++ b/sbin/ipf/ippool/ippool.5 @@ -34,7 +34,7 @@ pool .IP address pools - are an alternative to hash tables that can perform just as well in most circumstances. In addition, the address pools allow for -heirarchical matching, so it is possible to define a subnet as matching +hierarchical matching, so it is possible to define a subnet as matching but then exclude specific addresses from it. .SS Evolving Configuration @@ -170,7 +170,7 @@ necessary to list each host to be used explicitly. Expressing a collection of hosts as a range or a subnet is not supported. With each address it is also possible to specify a network interface name. The network interface name is ignored by NAT when using destination lists. -The network itnerface name is currently only used with policy based +The network interface name is currently only used with policy based routing (use of "to"/"dup-to" in ipf.conf(5)). .PP Unlike the other directives that can be expressed in this file, destination diff --git a/sbin/ipf/ippool/ippool.8 b/sbin/ipf/ippool/ippool.8 index c879c97b01dd..f1d0aed09d9d 100644 --- a/sbin/ipf/ippool/ippool.8 +++ b/sbin/ipf/ippool/ippool.8 @@ -120,7 +120,7 @@ When parsing a configuration file, rather than load new pool data into the kernel, unload it. .TP .B -D -When used in conjuction with -l, dump the ippool configuration to stdout in +When used in conjunction with -l, dump the ippool configuration to stdout in a format that can be subsequently used as input into ippool -f. .TP .SH FILES