Fixes for grammar and punctuation.

PR:		207344
Submitted by:	harrij15@rpi.edu
This commit is contained in:
Warren Block 2016-02-20 04:38:05 +00:00
parent 4304521f78
commit fc9d4638d0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48220

View file

@ -31,7 +31,7 @@
performance, reliability, and security.</para> performance, reliability, and security.</para>
<para>Jails build upon the &man.chroot.2; concept, which is used <para>Jails build upon the &man.chroot.2; concept, which is used
to change the root directory of a set of processes, creating a to change the root directory of a set of processes. This creates a
safe environment, separate from the rest of the system. safe environment, separate from the rest of the system.
Processes created in the chrooted environment can not access Processes created in the chrooted environment can not access
files or resources outside of it. For that reason, compromising files or resources outside of it. For that reason, compromising
@ -39,7 +39,7 @@
attacker to compromise the entire system. However, a chroot has attacker to compromise the entire system. However, a chroot has
several limitations. It is suited to easy tasks which do not several limitations. It is suited to easy tasks which do not
require much flexibility or complex, advanced features. Over require much flexibility or complex, advanced features. Over
time many ways have been found to escape from a chrooted time, many ways have been found to escape from a chrooted
environment, making it a less than ideal solution for securing environment, making it a less than ideal solution for securing
services.</para> services.</para>