The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=27aaff3c09f2ec058e108faff5ea138ef5fc3c23
commit 27aaff3c09f2ec058e108faff5ea138ef5fc3c23 Author: Ed Maste <[email protected]> AuthorDate: 2025-10-24 15:23:58 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-11-10 19:04:35 +0000 chroot.2: Remove fchroot reference fchroot does not exist in stable/14. Sponsored by: The FreeBSD Foundation --- lib/libc/sys/chroot.2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libc/sys/chroot.2 b/lib/libc/sys/chroot.2 index cf17b9ab577c..a1cf1adebb97 100644 --- a/lib/libc/sys/chroot.2 +++ b/lib/libc/sys/chroot.2 @@ -102,9 +102,7 @@ still present on other systems. .Sh ERRORS The .Fn chroot -and -.Fn fchroot -system calls +system call will fail and the root directory will be unchanged if: .Bl -tag -width Er .It Bq Er EPERM
