From rfg@monkeys.com  Tue Dec 25 15:30:51 2001
Return-Path: <rfg@monkeys.com>
Received: from segfault.monkeys.com (246.dsl6660157.rstatic.surewest.net [66.60.157.246])
	by hub.freebsd.org (Postfix) with ESMTP id 00A0537B417
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Dec 2001 15:30:51 -0800 (PST)
Received: by segfault.monkeys.com (Postfix, from userid 1237)
	id 9E1706370; Tue, 25 Dec 2001 15:30:44 -0800 (PST)
Message-Id: <20011225233044.9E1706370@segfault.monkeys.com>
Date: Tue, 25 Dec 2001 15:30:44 -0800 (PST)
From: rfg@monkeys.com
Reply-To: rfg@monkeys.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: chroot(2) SEE ALSO should mention jail(2)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33177
>Category:       docs
>Synopsis:       chroot(2) SEE ALSO should mention jail(2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 25 15:40:01 PST 2001
>Closed-Date:    Fri Dec 28 01:26:57 PST 2001
>Last-Modified:  Fri Dec 28 01:27:13 PST 2001
>Originator:     Ronald F. Guilmette
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
Infinite Monkeys & Co.
>Environment:
	4.3-RELEASE FreeBSD 4.3-RELEASE #0

>Description:
	The SEE ALSO section of the chroot(2) man page should mention jail(2)

>How-To-Repeat:
	man 2 chroot

>Fix:
	Edit the chroot(2) man page.
>Release-Note:
>Audit-Trail:

From: Tom Rhodes <darklogik@pittgoth.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: rfg@monkeys.com
Subject: Re: docs/33177: chroot(2) SEE ALSO should mention jail(2)
Date: Thu, 27 Dec 2001 14:07:08 -0500

 Use this patch, it will update the SEE ALSO section of chroot(2) to add the
 SEE ALSO jail(2) hehe
 
 Tom Rhodes
 www.Pittgoth.com
 www.FreeBSD.org
 
 
 *** chroot.2.old	Sat Dec 15 19:14:06 2001
 --- chroot.2	Thu Dec 27 13:50:40 2001
 ***************
 *** 123,129 ****
   An I/O error occurred while reading from or writing to the file system.
   .El
   .Sh SEE ALSO
 ! .Xr chdir 2
   .Sh HISTORY
   The
   .Fn chroot
 --- 123,130 ----
   An I/O error occurred while reading from or writing to the file system.
   .El
   .Sh SEE ALSO
 ! .Xr chdir 2 ,
 ! .Xr jail 2
   .Sh HISTORY
   The
   .Fn chroot
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Fri Dec 28 01:26:57 PST 2001 
State-Changed-Why:  
Patch applied, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33177 
>Unformatted:
