Bug 33177

Summary: chroot(2) SEE ALSO should mention jail(2)
Product: Documentation Reporter: Ronald F. Guilmette <rfg>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ronald F. Guilmette 2001-12-25 23:40:01 UTC
	The SEE ALSO section of the chroot(2) man page should mention jail(2)

Fix: 

Edit the chroot(2) man page.
How-To-Repeat: 	man 2 chroot
Comment 1 darklogik 2001-12-27 19:07:08 UTC
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
Comment 2 mpp freebsd_committer freebsd_triage 2001-12-28 09:26:57 UTC
State Changed
From-To: open->closed

Patch applied, thanks!