diff options
author | Fukang Chen <loader@FreeBSD.org> | 2025-05-19 17:10:58 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2025-05-19 17:10:58 +0000 |
commit | c02a97107dcc1d38e47687f839b499ee53ec586d (patch) | |
tree | 7e7cbca4489f280920022d8c324815fd326c044e | |
parent | 505459476d3bbf2f3e9e9a05db8b6230847908f8 (diff) |
Fix typo: s|sligthly|slightly|
-rw-r--r-- | documentation/content/en/books/handbook/firewalls/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/firewalls/_index.adoc b/documentation/content/en/books/handbook/firewalls/_index.adoc index e38422f397..00e7f7688d 100644 --- a/documentation/content/en/books/handbook/firewalls/_index.adoc +++ b/documentation/content/en/books/handbook/firewalls/_index.adoc @@ -1638,7 +1638,7 @@ natd_interface="rl0" In general, the above ruleset as explained for in-kernel NAT can also be used together with man:natd[8]. The exceptions are the configuration of the in-kernel NAT instance `(ipfw -q nat 1 config ...)` which is not needed together with reassemble rule 99 because its functionality is included in the `divert` action. -Rule number 100 and 1000 will have to change sligthly as shown below. +Rule number 100 and 1000 will have to change slightly as shown below. [.programlisting] .... |