diff options
author | green <green@FreeBSD.org> | 1999-06-17 23:43:35 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-06-17 23:43:35 +0000 |
commit | 1bda07a7701a8c23d5ae9592fbd07b38008cf28a (patch) | |
tree | 2a1e588aff5253c8b850e72e2d1012ecb266452a | |
parent | 9fb66a410e002b951c34ab4ecdc4249a9afdc1c4 (diff) | |
download | FreeBSD-src-1bda07a7701a8c23d5ae9592fbd07b38008cf28a.zip FreeBSD-src-1bda07a7701a8c23d5ae9592fbd07b38008cf28a.tar.gz |
Minor English corrections were made; SEE ALSO was also fixed (no commas).
-rw-r--r-- | lib/libc/sys/jail.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index fe794a8..86827e4 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -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 |