diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-01 22:27:40 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-01 22:27:40 +0000 |
commit | 53802741e62fe78e1a0e452b31642498a27474bb (patch) | |
tree | 9225c165e4f62f2255d8871c086f47590bedf1f5 /sbin/mount | |
parent | 7c18e94a5c2e23df12dac914a4c112c7ed4c61a7 (diff) | |
download | FreeBSD-src-53802741e62fe78e1a0e452b31642498a27474bb.zip FreeBSD-src-53802741e62fe78e1a0e452b31642498a27474bb.tar.gz |
MFC r289229:
Replace references to /dev/acd0 with /dev/cd0
atapicd(4) was replaced by cd(4) with the atacam work done by
mav@ and then removed in r249083
X-MFC to: stable/10
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index aa7acfd..24cd915 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -28,7 +28,7 @@ .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 .\" $FreeBSD$ .\" -.Dd December 3, 2014 +.Dd November 1, 2015 .Dt MOUNT 8 .Os .Sh NAME @@ -189,7 +189,7 @@ to use the specified program to mount the file system, instead of calling directly. For example: .Bd -literal -mount -t foofs -o mountprog=/mydir/fooprog /dev/acd0 /mnt +mount -t foofs -o mountprog=/mydir/fooprog /dev/cd0 /mnt .Ed .It Cm multilabel Enable multi-label Mandatory Access Control, or MAC, on the specified file |