summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-07-08 15:46:29 +0000
committerjamie <jamie@FreeBSD.org>2009-07-08 15:46:29 +0000
commitad5aafcafbc79fabe510a856b80c73c9c9255c4d (patch)
treea113863bea3e65ecf899762b3f7516d6122e3f8c /usr.sbin
parent1161d4e10fbef39d4ef38c4b752af75858c22453 (diff)
downloadFreeBSD-src-ad5aafcafbc79fabe510a856b80c73c9c9255c4d.zip
FreeBSD-src-ad5aafcafbc79fabe510a856b80c73c9c9255c4d.tar.gz
Fix a typo in the examples.
Approved by: re (kib), bz (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jail/jail.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 55dce76..7189001 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -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
OpenPOWER on IntegriCloud