diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-04-27 10:16:30 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-04-27 10:31:00 +0000 |
| commit | 4c6d8aa069f2ac22f801fa69add61085631b3356 (patch) | |
| tree | 5865881f4775b85c41a28175e5d89af392ea2e23 | |
| parent | 07b52233e8b74c5ac884b9c9a894f57fad8dbd00 (diff) | |
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
| -rw-r--r-- | lib/libsys/chroot.2 | 6 |
1 files 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 |
