Date: Mon, 08 Dec 2025 17:31:44 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Seth Hoffert <Seth.Hoffert@gmail.com> Subject: git: 0140dc4a68ac - main - man typos: Fix pf.conf.5 and jail.2 typos Message-ID: <69370b80.adcf.3153f72@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0140dc4a68ac25c70300ed2a418e7ca441638bdb commit 0140dc4a68ac25c70300ed2a418e7ca441638bdb Author: Seth Hoffert <Seth.Hoffert@gmail.com> AuthorDate: 2025-12-08 15:53:58 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> 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 <seth.hoffert@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69370b80.adcf.3153f72>
