svn commit: r40924 - head/en_US.ISO8859-1/books/arch-handbook/jail

Rene Ladan rene at FreeBSD.org
Mon Feb 11 00:04:07 UTC 2013


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>:


More information about the svn-doc-all mailing list