git: de70e79d0767 - stable/15 - ipfilter(4): Fix a couple of typos in the manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 04:51:48 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=de70e79d076715b6ff4c03c732809f9847d436b4
commit de70e79d076715b6ff4c03c732809f9847d436b4
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: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