| Summary: | [patch] fix several problems in the jail chapter in the arch-handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | MQ <antinvidia> | ||||
| Component: | Books & Articles | Assignee: | Xin LI <delphij> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
MQ
2007-02-02 06:10:09 UTC
Responsible Changed From-To: freebsd-doc->delphij Grab (prodded by submitter) delphij 2007-05-15 02:39:44 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/arch-handbook/jail chapter.sgml
Log:
Correct several typos, etc. in jail chapter:
- Correct misuse of '.' and '_'
- ntohl() converts from network order to host order,
which is described oppositely.
- Userland jail.c does not do fork() before execve(),
reflect the fact.
- prison_ip() returns 0 when IP is owned by the current
jail, and the arch handbook describes the opposite.
Submitted by: MQ <nodummy yeah net>
PR: docs/108676
Revision Changes Path
1.20 +236 -188 doc/en_US.ISO8859-1/books/arch-handbook/jail/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks! |