aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commitb5c508fba33452c36601090d080ddc688efad870 (patch)
treebf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /usr.sbin/jail/jail.8
parentbd4bd019fbc1618b7547bdae3000cc03228becf1 (diff)
downloadsrc-b5c508fba33452c36601090d080ddc688efad870.tar.gz
src-b5c508fba33452c36601090d080ddc688efad870.zip
Use Fx macro wherever possible.
Notes
Notes: svn path=/head/; revision=68716
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.87
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 7cbbabd8d515..9072204aba78 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -279,7 +279,9 @@ Just add the following line to sysctl.conf:
jail.set_hostname_allowed=0
.Ed
.Pp
-In a future version of FreeBSD, the mechanisms for managing jails will be
+In a future version of
+.Fx ,
+the mechanisms for managing jails will be
more refined.
.Ss Sysctl MIB Entries
Certain aspects of the jail containments environment may be modified from
@@ -354,7 +356,8 @@ The jail feature was written by
.An Poul-Henning Kamp
for R&D Associates
.Dq Li http://www.rndassociates.com/
-who contributed it to FreeBSD.
+who contributed it to
+.Fx .
.Pp
Robert Watson wrote the extended documentation, found a few bugs, added
a few new features, and cleaned up the userland jail environment.