| Summary: | chroot(2) SEE ALSO should mention jail(2) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ronald F. Guilmette <rfg> |
| Component: | Books & Articles | Assignee: | 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
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 Patch applied, thanks! |