From owner-svn-doc-all@FreeBSD.ORG Mon Feb 11 00:04:07 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0FAD1431; Mon, 11 Feb 2013 00:04:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 01F439BF; Mon, 11 Feb 2013 00:04:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B046mB064037; Mon, 11 Feb 2013 00:04:06 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B046NS064036; Mon, 11 Feb 2013 00:04:06 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110004.r1B046NS064036@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:04:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40924 - head/en_US.ISO8859-1/books/arch-handbook/jail X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:04:07 -0000 Author: rene Date: Mon Feb 11 00:04:06 2013 New Revision: 40924 URL: http://svnweb.freebsd.org/changeset/doc/40924 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml Mon Feb 11 00:02:49 2013 (r40923) +++ head/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml Mon Feb 11 00:04:06 2013 (r40924) @@ -139,7 +139,7 @@ j.ip_number = ntohl(in.s_addr); - Jailing The Process + Jailing the Process Finally, the userland program jails the process. Jail now becomes an imprisoned @@ -224,7 +224,7 @@ SYSCTL_INT(_security_jail, OID_AUTO, mou - &man.jail.2; system call + &man.jail.2; System Call Like all system calls, the &man.jail.2; system call takes two arguments, struct thread *td and @@ -617,7 +617,7 @@ socreate(int dom, struct socket **aso, i contains the port, address, length and domain family of the socket which is to be bound. Basically, this disallows any processes from jail to be able to specify the address - that doesn't belong to the jail in which + that does not belong to the jail in which the calling process exists. /usr/src/sys/netinet/in_pcb.c: