From owner-svn-src-all@FreeBSD.ORG Tue Jan 22 12:09:44 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E7CE9A9; Tue, 22 Jan 2013 12:09:44 +0000 (UTC) (envelope-from zont@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1636EDCE; Tue, 22 Jan 2013 12:09:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0MC9hn0042648; Tue, 22 Jan 2013 12:09:43 GMT (envelope-from zont@svn.freebsd.org) Received: (from zont@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0MC9h6x042647; Tue, 22 Jan 2013 12:09:43 GMT (envelope-from zont@svn.freebsd.org) Message-Id: <201301221209.r0MC9h6x042647@svn.freebsd.org> From: Andrey Zonov Date: Tue, 22 Jan 2013 12:09:43 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 12:09:44 -0000 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