Date: Tue, 30 Jun 2026 04:53:36 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a2e72a2f471f - stable/14 - ipfilter(4): Fix a couple of typos in the manual pages Message-ID: <6a434bd0.3df15.34862248@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a2e72a2f471fb4f36b95ce032ab35451322f8f5b commit a2e72a2f471fb4f36b95ce032ab35451322f8f5b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-06-27 10:51:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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 FILEShome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a434bd0.3df15.34862248>
