Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 12:09:43 +0000 (UTC)
From:      Andrey Zonov <zont@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r245788 - stable/9/lib/libc/sys
Message-ID:  <201301221209.r0MC9h6x042647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zont
Date: Tue Jan 22 12:09:43 2013
New Revision: 245788
URL: http://svnweb.freebsd.org/changeset/base/245788

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

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

Modified: stable/9/lib/libc/sys/chroot.2
==============================================================================
--- stable/9/lib/libc/sys/chroot.2	Tue Jan 22 12:05:53 2013	(r245787)
+++ stable/9/lib/libc/sys/chroot.2	Tue Jan 22 12:09:43 2013	(r245788)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221209.r0MC9h6x042647>