The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0140dc4a68ac25c70300ed2a418e7ca441638bdb
commit 0140dc4a68ac25c70300ed2a418e7ca441638bdb Author: Seth Hoffert <[email protected]> AuthorDate: 2025-12-08 15:53:58 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2025-12-08 17:31:06 +0000 man typos: Fix pf.conf.5 and jail.2 typos MFC after: 3 days Signed-off-by: Seth Hoffert <[email protected]> Closes: https://github.com/freebsd/freebsd-src/pull/1919 --- lib/libsys/jail.2 | 2 +- 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
