From nobody Tue Jun 30 04:53:36 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 4gq9lP1C3dz6jV40 for ; Tue, 30 Jun 2026 04:53:37 +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 4gq9lN6RnTz4MBX for ; Tue, 30 Jun 2026 04:53:36 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782795216; 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=C1rqXErZ5Fgk1SdwhahDJFrtw+9Uqf04sRZz8ceT6ug=; b=ZJw6acUxoS+Dw+NKuMSQUjHkutkyeBPcXZI3Pdt+vpLzN64fyS9Ux6pirt/PaDpclpedQh KB2xUwrzqI9DJmt+qDlLnXIF/rALcUdRqI4PAZzzigcLkwdTOintpZxeCxKH2SKtx4Ae+v OJX3LLZs2OJyFSNopUkPM4tB4uVAZTgR3omO0mzVnLoFuvHIIHxfZLXg563BgwHyQX8rXw T9TV/PT4VlG5DvsoZjdn5847ghAO4CabalQRajVljPQ6Ow47HYerk945GTsg46qIa5hWaA LGCN9Ax4A0teSn4mJwlapxXUoRBGxQb5zgwE6I5q6Z7XKFk0ukjmYuyOLfxANQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782795216; a=rsa-sha256; cv=none; b=rddpAVEhHky/gMVUA37E4K4XMGIlCIXKF4OMWzWNrrBnjTMuS92IqJIiZuJiDMQ4UkP7uA CPNYGUmacr8AHchqjqJIMnPYaAFFEpTQdjUxK7XX4hTigfsKYBsZCCC4AHZHBuaNBfVE6R 6yU4KFRTlkEnLMsQkR9wUNqzBfuRXoehID0IQcfHmIbKcXsDBtXsR5x631W6K1JGPrfqck Ml910iMz13SD9R4foquwcTLTIUmIzUP2ZFH1mmg5ozWpRosrR5ENe789rU66kGEcxBRRMX tDY35qdEvRt8PtzTtWeCthfxCY27dJO+7UIeKv1vt6sgFCsqMR7QEoVLJkSo2A== 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=1782795216; 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=C1rqXErZ5Fgk1SdwhahDJFrtw+9Uqf04sRZz8ceT6ug=; b=AYvfAs6evH8+pK0st7prioLt5qdEJXi0LOM5gpciNnCp631+fYIfQUI00JT8n2hP7MGFbV onNzzxKmvqDKgXIT+lInVdsPhflw9bfpuIymnfRyXdIt3Frj/aFntbgpNp7ZvsJco0F1ue Yy5ip/Ti++UpoHdv0l/tJlHboVmUYqZ0NZRz+JnjcS0PelDIyTD2S8LpdyEiLD4OK7UA8M t3aYMx2HIkNcEMgTQqieoUxEc8khj+dLsYP1r3YffWQoJj88NdoseXaQAw8eRF57dmBGgm 8NrV2TlHraXRnZvkc4ufmyRE0NebMufw4UVWgcXKyNgFmenVCO0VhajjBgCRWQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gq9lN5GTPzTT1 for ; Tue, 30 Jun 2026 04:53:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3df15 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 30 Jun 2026 04:53:36 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: a2e72a2f471f - stable/14 - ipfilter(4): Fix a couple of typos in the manual pages 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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: a2e72a2f471fb4f36b95ce032ab35451322f8f5b Auto-Submitted: auto-generated Date: Tue, 30 Jun 2026 04:53:36 +0000 Message-Id: <6a434bd0.3df15.34862248@gitrepo.freebsd.org> The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a2e72a2f471fb4f36b95ce032ab35451322f8f5b commit a2e72a2f471fb4f36b95ce032ab35451322f8f5b Author: Gordon Bergling AuthorDate: 2026-06-27 10:51:19 +0000 Commit: Gordon Bergling CommitDate: 2026-06-30 04:53:24 +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 97e831cfc8cc..87ec5ed6fa85 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 @@ -174,7 +174,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 1ff9911a87d8..35fe257c8b00 100644 --- a/sbin/ipf/ippool/ippool.8 +++ b/sbin/ipf/ippool/ippool.8 @@ -121,7 +121,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