Author: jamie
Date: Wed Jul  8 15:46:29 2009
New Revision: 195461
URL: http://svn.freebsd.org/changeset/base/195461

Log:
  Fix a typo in the examples.
  
  Approved by:  re (kib), bz (mentor)

Modified:
  head/usr.sbin/jail/jail.8

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8   Wed Jul  8 15:26:34 2009        (r195460)
+++ head/usr.sbin/jail/jail.8   Wed Jul  8 15:46:29 2009        (r195461)
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 23, 2009
+.Dd July 8, 2009
 .Dt JAIL 8
 .Os
 .Sh NAME
@@ -619,7 +619,7 @@ script from within the jail.
 ifconfig ed0 inet alias 192.0.2.100/32
 mount -t procfs proc /data/jail/192.0.2.100/proc
 jail path=/data/jail/192.0.2.100 host.hostname=testhostname \\
-       ip4=addr.192.0.2.100 command=/bin/sh /etc/rc
+       ip4.addr=192.0.2.100 command=/bin/sh /etc/rc
 .Ed
 .Pp
 A few warnings will be produced, because most
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to