diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:09:01 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:42 +0000 |
| commit | 189cec2f0d6ceb258c754193cf03a26eb9d7b3fe (patch) | |
| tree | a4469fca7d665f813cfeee6b27eea1181d6edcc8 | |
| parent | 12584410c5dc3d17f6a07a743ca351f02434dc00 (diff) | |
pf.conf.5: Fix a typo in the manual page
- s/opion/option/
MFC after: 5 days
| -rw-r--r-- | share/man/man5/pf.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 41410d6bc0fa..be46b1a47291 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1490,7 +1490,7 @@ options and both implicitly and explicitly in the case of ones. A .Ar rdr-to -opion may cause the source port to be modified if doing so avoids a conflict +option may cause the source port to be modified if doing so avoids a conflict with an existing connection. A random source port in the range 50001-65535 is chosen in this case. Port numbers are never translated with a |
