Bug 33178

Summary: chroot(8) man page SEE ALSO should mention jail(8)
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(8) man page should mention jail(8).

Fix: 

Edit the SEE ALSO section of the chroot(8) man page.
How-To-Repeat: 	man 8 chroot
Comment 1 darklogik 2001-12-27 19:00:44 UTC
Try this patch please, its an update to chroot(8) that adds jail(8) to see also

Tom Rhodes
www.Pittgoth.com
www.FreeBSD.org


*** chroot.8.old	Thu Dec 27 13:42:59 2001
--- chroot.8	Thu Dec 27 13:51:02 2001
***************
*** 73,79 ****
  .Sh SEE ALSO
  .Xr chdir 2 ,
  .Xr chroot 2 ,
! .Xr environ 7
  .Sh HISTORY
  The
  .Nm
--- 73,80 ----
  .Sh SEE ALSO
  .Xr chdir 2 ,
  .Xr chroot 2 ,
! .Xr environ 7 ,
! .Xr jail 8
  .Sh HISTORY
  The
  .Nm
Comment 2 mpp freebsd_committer freebsd_triage 2001-12-28 09:24:29 UTC
State Changed
From-To: open->closed

Patch applied, thanks!