svn commit: r289226 - in user/ngie/more-tests2: sbin/mount share/man/man5
Garrett Cooper
ngie at FreeBSD.org
Tue Oct 13 17:05:08 UTC 2015
Author: ngie
Date: Tue Oct 13 17:05:07 2015
New Revision: 289226
URL: https://svnweb.freebsd.org/changeset/base/289226
Log:
Replace references to /dev/acd0 with /dev/cd0
atapicd(4) was removed in r249083 (it was replaced by cd(4))
Modified:
user/ngie/more-tests2/sbin/mount/mount.8
user/ngie/more-tests2/share/man/man5/devfs.conf.5
Modified: user/ngie/more-tests2/sbin/mount/mount.8
==============================================================================
--- user/ngie/more-tests2/sbin/mount/mount.8 Tue Oct 13 17:00:14 2015 (r289225)
+++ user/ngie/more-tests2/sbin/mount/mount.8 Tue Oct 13 17:05:07 2015 (r289226)
@@ -189,7 +189,7 @@ to use the specified program to mount th
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
Modified: user/ngie/more-tests2/share/man/man5/devfs.conf.5
==============================================================================
--- user/ngie/more-tests2/share/man/man5/devfs.conf.5 Tue Oct 13 17:00:14 2015 (r289225)
+++ user/ngie/more-tests2/share/man/man5/devfs.conf.5 Tue Oct 13 17:05:07 2015 (r289226)
@@ -109,9 +109,9 @@ link cd0 cdrom
.Pp
Similarly, to link
.Pa /dev/cdrom
-to the first ATAPI CD-ROM device, the following action may be used:
+to the first SCSI CD-ROM device, the following action may be used:
.Bd -literal -offset indent
-link acd0 cdrom
+link cd0 cdrom
.Ed
.Pp
To set the owner of a device, the
More information about the svn-src-user
mailing list