git: c02a97107d - main - Fix typo: s|sligthly|slightly|
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 May 2025 18:04:31 UTC
The branch main has been updated by loader: URL: https://cgit.FreeBSD.org/doc/commit/?id=c02a97107dcc1d38e47687f839b499ee53ec586d commit c02a97107dcc1d38e47687f839b499ee53ec586d Author: Fukang Chen <loader@FreeBSD.org> AuthorDate: 2025-05-19 17:10:58 +0000 Commit: Fukang Chen <loader@FreeBSD.org> CommitDate: 2025-05-19 17:10:58 +0000 Fix typo: s|sligthly|slightly| --- documentation/content/en/books/handbook/firewalls/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ....