Modified jail.8 to correct a typo (inetd_flas vs. inetd_flags), and add

a comment to the effect that I'm responsible for the additional
documentation, et al, so that phk gets fewer messages about my errors.
This commit is contained in:
Robert Watson 2000-02-16 23:50:43 +00:00
parent 9102cbc957
commit 09aa405f34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57265

View File

@ -69,7 +69,7 @@ appropriate IP address, and so forth. Add the following to
in the host environment:
.Bd -literal -offset indent
sendmail_enable="NO"
inetd_flas="-wW -a 192.168.11.23"
inetd_flags="-wW -a 192.168.11.23"
portmap_enable="NO"
.Ed
.Pp
@ -219,3 +219,6 @@ The jail feature was written by Poul-Henning Kamp for
R&D Associates
.Dq Li http://www.rndassociates.com/
who contributed it to FreeBSD.
Robert Watson wrote the extended documentation, found a few bugs, added
a few new features, and cleaned up the userland jail environment.