[Midnightbsd-cvs] src [8659] trunk/lib/libc/sys/chroot.2: use standard return section

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 16:26:57 EDT 2016


Revision: 8659
          http://svnweb.midnightbsd.org/src/?rev=8659
Author:   laffer1
Date:     2016-09-25 16:26:57 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
use standard return section

Modified Paths:
--------------
    trunk/lib/libc/sys/chroot.2

Modified: trunk/lib/libc/sys/chroot.2
===================================================================
--- trunk/lib/libc/sys/chroot.2	2016-09-25 20:06:12 UTC (rev 8658)
+++ trunk/lib/libc/sys/chroot.2	2016-09-25 20:26:57 UTC (rev 8659)
@@ -92,12 +92,8 @@
 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



More information about the Midnightbsd-cvs mailing list