Bug 38443

Summary: Jail manpage typo (pendantic I know... but its there ;)
Product: Documentation Reporter: Jethro Rose <jrose>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jethro Rose 2002-05-23 03:30:01 UTC
Small buglet in the jail manpage (man jail)
--snip--
     inetd(8) to only listen on the appropriate IP address, and so forth.  Add
     the following to /etc/rc.conf in the host environment:

           sendmail_enable="NO"
           inetd_flags="-wW -a 192.168.11.23"
           portmap_enable="NO"

     192.169.11.23 is the native IP address for the host system, in this exam-
     ple.  Daemons that run out of inetd(8) can be easily set to use only the
 
--snip--

the native IP address of the system is 192.168.11.23 and not 192.169.11.23 as stated.

Fix: 

Correct the jail(8) manpage.  I'd do it myself but don't know how (yet) :-\
How-To-Repeat:       man jail
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2002-05-24 20:54:13 UTC
State Changed
From-To: open->feedback
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2002-05-24 20:57:30 UTC
State Changed
From-To: feedback->closed

This has been fixed (sorry for the extra mail when I switched to feedback)