mdoc(7) police: tidy up previous delta.

This commit is contained in:
Ruslan Ermilov 2002-01-10 15:14:22 +00:00
parent 9c643340bb
commit 3551a1c577
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89215

View File

@ -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"