diff options
author | neel <neel@FreeBSD.org> | 2013-01-17 07:04:37 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2013-01-17 07:04:37 +0000 |
commit | d20dd131b5d2bbd1178a4ea9124b83aa7f9576df (patch) | |
tree | 3c8bad9569de99664550198eec8885bbdf6edf93 /lib/libc/sys/chroot.2 | |
parent | dee2455ab597b46c857f50c31c4ae88b56c694d4 (diff) | |
parent | ecb4042c11ebefee647476c31655e844f5e32bfe (diff) | |
download | FreeBSD-src-d20dd131b5d2bbd1178a4ea9124b83aa7f9576df.zip FreeBSD-src-d20dd131b5d2bbd1178a4ea9124b83aa7f9576df.tar.gz |
IFC @ r245509
Diffstat (limited to 'lib/libc/sys/chroot.2')
-rw-r--r-- | lib/libc/sys/chroot.2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/sys/chroot.2 b/lib/libc/sys/chroot.2 index 060d064..36d0364 100644 --- a/lib/libc/sys/chroot.2 +++ b/lib/libc/sys/chroot.2 @@ -92,12 +92,8 @@ system call. Any other value for .Ql kern.chroot_allow_open_directories will bypass the check for open directories -.Pp -Upon successful completion, a value of 0 is returned. -Otherwise, -a value of -1 is returned and -.Va errno -is set to indicate an error. +.Sh RETURN VALUES +.Rv -std .Sh ERRORS The .Fn chroot |