diff options
author | bz <bz@FreeBSD.org> | 2009-01-17 14:52:26 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-01-17 14:52:26 +0000 |
commit | db7a282a152a672ac4731ccf8e513ee15121c970 (patch) | |
tree | 514aced8b94c2df1e5d8265e61e52c88e34be49f /usr.sbin | |
parent | 52e26e275d96cefda75a363a6fd4519270b75e5b (diff) | |
download | FreeBSD-src-db7a282a152a672ac4731ccf8e513ee15121c970.zip FreeBSD-src-db7a282a152a672ac4731ccf8e513ee15121c970.tar.gz |
s,unmount 8,umount 8, it is unmount(2) which I did not mean.
Submitted by: pluknet@gmail.com
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-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 b95dd7f..11d27cb 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 |