diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-01-17 14:52:26 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-01-17 14:52:26 +0000 |
commit | 12aec2f21a4b2d7f3a4e4290af322ff8031e0ba7 (patch) | |
tree | 514aced8b94c2df1e5d8265e61e52c88e34be49f /usr.sbin/jail | |
parent | 3187195884be3a9dceb490521b7cc70af93b2f4d (diff) | |
download | src-12aec2f21a4b2d7f3a4e4290af322ff8031e0ba7.tar.gz src-12aec2f21a4b2d7f3a4e4290af322ff8031e0ba7.zip |
s,unmount 8,umount 8, it is unmount(2) which I did not mean.
Submitted by: pluknet@gmail.com
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=187365
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index b95dd7fa35b4..11d27cbff1d9 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -484,7 +484,7 @@ or: It is not possible to .Xr mount 8 or -.Xr unmount 8 +.Xr umount 8 any file system inside a jail unless the file system is marked jail-friendly. See @@ -657,7 +657,7 @@ and .Xr shutdown 8 , .Xr sysctl 8 , .Xr syslogd 8 , -.Xr unmount 8 +.Xr umount 8 .Sh HISTORY The .Nm |