summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-13 17:14:27 +0000
committerngie <ngie@FreeBSD.org>2015-10-13 17:14:27 +0000
commit15f4d13e5bc1d97d985dae26b38c0c9951a1372a (patch)
tree0530c35c9600b00e11387e4a6454e6bdb37d7464 /sbin
parent6b8afc4e2b5c35d7f6080e8ead032b3f4891542b (diff)
downloadFreeBSD-src-15f4d13e5bc1d97d985dae26b38c0c9951a1372a.zip
FreeBSD-src-15f4d13e5bc1d97d985dae26b38c0c9951a1372a.tar.gz
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 MFC after: 2 weeks
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 2b1ac52..4c07ab2 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 October 13, 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
OpenPOWER on IntegriCloud