From owner-cvs-doc@FreeBSD.ORG Tue May 15 02:39:45 2007 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35E3C16A405; Tue, 15 May 2007 02:39:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0EBC913C457; Tue, 15 May 2007 02:39:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4F2diwB043888; Tue, 15 May 2007 02:39:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4F2dix9043884; Tue, 15 May 2007 02:39:44 GMT (envelope-from delphij) Message-Id: <200705150239.l4F2dix9043884@repoman.freebsd.org> From: Xin LI Date: Tue, 15 May 2007 02:39:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/arch-handbook/jail chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 02:39:45 -0000 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 PR: docs/108676 Revision Changes Path 1.20 +236 -188 doc/en_US.ISO8859-1/books/arch-handbook/jail/chapter.sgml