aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/jail/jail.8
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
downloadsrc-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz
src-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79755
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index c0a1cb9c5d7b..23567070c83b 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -57,7 +57,7 @@ man page for further details.
.Sh EXAMPLES
.Ss Setting up a Jail Directory Tree
This shows how to setup a jail directory tree:
-.Bd -literal
+.Bd -literal
D=/here/is/the/jail
cd /usr/src
make world DESTDIR=$D
@@ -247,7 +247,7 @@ or
signals to all processes in the jail from within the jail. Depending on
the intended use of the jail, you may also want to run
.Pa /etc/rc.shutdown
-from within the jail. Currently there is no way to insert new processes
+from within the jail. Currently there is no way to insert new processes
into a jail, so you must first log into the jail before performing these
actions.
.Pp