Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 17:59:24 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8ab08ea5fea1 - stable/15 - chroot.2: "filedescriptors" => "file descriptors"
Message-ID:  <69f3987c.31d7f.1aa7b690@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=8ab08ea5fea180b11df47519f76cd27fa5b81de2

commit 8ab08ea5fea180b11df47519f76cd27fa5b81de2
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-04-27 10:16:30 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-04-30 17:58:46 +0000

    chroot.2: "filedescriptors" => "file descriptors"
    
    "filedescriptors" is the odd one out when looking at other manual pages.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 4c6d8aa069f2ac22f801fa69add61085631b3356)
---
 lib/libsys/chroot.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libsys/chroot.2 b/lib/libsys/chroot.2
index 809dbaad2f65..6e64b28ccf97 100644
--- a/lib/libsys/chroot.2
+++ b/lib/libsys/chroot.2
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 2, 2025
+.Dd April 27, 2026
 .Dt CHROOT 2
 .Os
 .Sh NAME
@@ -70,7 +70,7 @@ and the process has enabled the
 .Pp
 Depending on the setting of the
 .Ql kern.chroot_allow_open_directories
-sysctl variable, open filedescriptors which reference directories
+sysctl variable, open file descriptors which reference directories
 will make the
 .Fn chroot
 fail as follows:
@@ -126,7 +126,7 @@ process has not enabled the
 .Dv PROC_NO_NEW_PRIVS_CTL
 .Xr procctl 2 .
 .It Bq Er EPERM
-One or more filedescriptors are open directories and the
+One or more file descriptors are open directories and the
 .Ql Va kern.chroot_allow_open_directories
 sysctl is not set to permit this.
 .It Bq Er EIO


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3987c.31d7f.1aa7b690>