aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-10 15:14:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-10 15:14:22 +0000
commit3551a1c577f9f0603c2e064363ef96627a1536a2 (patch)
tree584047fdcf5da1964bdb44679d62d181d760c4b7 /usr.sbin/jail
parent9c643340bb25b1957093eccc510b11aa916cb917 (diff)
downloadsrc-3551a1c577f9f0603c2e064363ef96627a1536a2.tar.gz
src-3551a1c577f9f0603c2e064363ef96627a1536a2.zip
mdoc(7) police: tidy up previous delta.
Notes
Notes: svn path=/head/; revision=89215
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.812
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 439677a8696e..444983fcfd9f 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -53,7 +53,9 @@ man page for further details.
.Sh EXAMPLES
.Ss "Setting up a Jail Directory Tree"
This example shows how to setup a jail directory tree
-containing an entire FreeBSD distribution:
+containing an entire
+.Fx
+distribution:
.Bd -literal
D=/here/is/the/jail
cd /usr/src
@@ -72,8 +74,12 @@ In the other extreme case a jail might contain only one singe file:
the executable to be run in the jail.
.Pp
We recommend experimentation and caution that it is a lot easier to
-start with a ``fat'' jail and remove things until it stops working,
-than it is to start with a ``thin'' jail and add things until it works.
+start with a
+.Dq fat
+jail and remove things until it stops working,
+than it is to start with a
+.Dq thin
+jail and add things until it works.
.Ss "Setting Up a Jail"
Do what was described in
.Sx "Setting Up a Jail Directory Tree"