svn commit: r245789 - stable/8/lib/libc/sys

Andrey Zonov zont at FreeBSD.org
Tue Jan 22 12:10:52 UTC 2013


Author: zont
Date: Tue Jan 22 12:10:51 2013
New Revision: 245789
URL: http://svnweb.freebsd.org/changeset/base/245789

Log:
  MFC r245458:
  - Use standard RETURN VALUES section.

Modified:
  stable/8/lib/libc/sys/chroot.2
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/sys/   (props changed)

Modified: stable/8/lib/libc/sys/chroot.2
==============================================================================
--- stable/8/lib/libc/sys/chroot.2	Tue Jan 22 12:09:43 2013	(r245788)
+++ stable/8/lib/libc/sys/chroot.2	Tue Jan 22 12:10:51 2013	(r245789)
@@ -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


More information about the svn-src-stable-8 mailing list