K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-05-15T02:39:44.000000Z K 7 svn:log V 408 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 PR: docs/108676 END