Minor English corrections were made; SEE ALSO was also fixed (no commas).

This commit is contained in:
Brian Feldman 1999-06-17 23:43:35 +00:00
parent 0625ba2fc3
commit bdf43556fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47990

View File

@ -6,7 +6,7 @@
.\"this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\"----------------------------------------------------------------------------
.\"
.\"$Id: jail.2,v 1.1 1999/04/28 11:38:35 phk Exp $
.\"$Id: jail.2,v 1.2 1999/05/16 10:51:42 phk Exp $
.\"
.\"
.Dd April 28, 1999
@ -51,8 +51,8 @@ can be set to the IP number assigned to the prison.
Once a process has been put in a prison, it and its decendants cannot escape
the prison. It is not possible to add a process to a preexisting prison.
.Pp
Inside the prison, the concept of "superuser" is very diluted, in general
it can be assumed that nothing can be mangled from inside a prison, that
Inside the prison, the concept of "superuser" is very diluted. In general,
it can be assumed that nothing can be mangled from inside a prison which
doesn't exist inside that prison (ie: the directory tree below
.Dq Li path .
.Pp
@ -73,7 +73,7 @@ Please consult the
.Xr chroot 2
manual page for details.
.Sh SEE ALSO
.Xr chroot 2
.Xr chroot 2 ,
.Xr chdir 2
.Sh HISTORY
The