Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 00:04:06 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
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
Message-ID:  <201302110004.r1B046NS064036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);</program
       </sect3>
 
       <sect3>
-        <title>Jailing The Process</title>
+        <title>Jailing the Process</title>
 
         <para>Finally, the userland program jails the process.
           <application>Jail</application> now becomes an imprisoned
@@ -224,7 +224,7 @@ SYSCTL_INT(_security_jail, OID_AUTO, mou
       </sect3>
 
       <sect3>
-        <title>&man.jail.2; system call</title>
+        <title>&man.jail.2; System Call</title>
 
         <para>Like all system calls, the &man.jail.2; system call takes
           two arguments, <literal>struct thread *td</literal> 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
         <application>jail</application> to be able to specify the address
-        that doesn't belong to the <application>jail</application> in which
+        that does not belong to the <application>jail</application> in which
         the calling process exists.</para>
 
       <programlisting><filename>/usr/src/sys/netinet/in_pcb.c</filename>:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110004.r1B046NS064036>