diff options
| author | Seth Hoffert <Seth.Hoffert@gmail.com> | 2025-12-08 15:53:58 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-08 17:31:06 +0000 |
| commit | 0140dc4a68ac25c70300ed2a418e7ca441638bdb (patch) | |
| tree | d67fbbe7090da5d2e01b9bc056f18d285f38a358 | |
| parent | ebe7b241662be3941e462be9f228fcad1b67073a (diff) | |
man typos: Fix pf.conf.5 and jail.2 typos
MFC after: 3 days
Signed-off-by: Seth Hoffert <seth.hoffert@gmail.com>
Closes: https://github.com/freebsd/freebsd-src/pull/1919
| -rw-r--r-- | lib/libsys/jail.2 | 2 | ||||
| -rw-r--r-- | share/man/man5/pf.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsys/jail.2 b/lib/libsys/jail.2 index ee4e5b03d38e..4c8530ca7733 100644 --- a/lib/libsys/jail.2 +++ b/lib/libsys/jail.2 @@ -334,7 +334,7 @@ descriptor jail. The system calls .Fn jail_attach_jd and -.Fn jail_aremove_jd +.Fn jail_remove_jd work the same as .Fn jail_attach and diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index c22d983d33e8..33097000310d 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1429,7 +1429,7 @@ translated to 198.51.100.100. .Pp The current implementation will only extract IPv4 addresses from the IPv6 addresses with a prefix length of /96 and greater. -.It Ar binat +.It Ar binat-to A .Ar binat-to rule specifies a bidirectional mapping between an external IP netblock |
