diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
commit | 66cd8f698eee895c4da383fadb4b96550cc19ccd (patch) | |
tree | efb92661e8583b2bb0d620c324f4873ee0c94ab9 /usr.sbin/jail | |
parent | 0b32553f8976489cd5ee11687f70c18b25edafec (diff) | |
download | FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.zip FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 655f13b..2e76572 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -82,11 +82,11 @@ named for the jailed IP address. Substitute below as needed with your own directory, IP address, and hostname. .Pp First, you will want to set up your real system's environment to be -.Dq jail-friendly. +.Dq jail-friendly . For consistency, we will refer to the parent box as the -.Dq host environment, +.Dq host environment , and to the jailed virtual machine as the -.Dq jail environment. +.Dq jail environment . Because jail is implemented using IP aliases, one of the first things to do is to disable IP services on the host system that listen on all local IP addresses for a service. This means changing |