summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-01 22:27:40 +0000
committerngie <ngie@FreeBSD.org>2015-11-01 22:27:40 +0000
commit53802741e62fe78e1a0e452b31642498a27474bb (patch)
tree9225c165e4f62f2255d8871c086f47590bedf1f5 /share
parent7c18e94a5c2e23df12dac914a4c112c7ed4c61a7 (diff)
downloadFreeBSD-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 'share')
-rw-r--r--share/man/man5/devfs.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/devfs.conf.5 b/share/man/man5/devfs.conf.5
index 8e53735..01fb7fa 100644
--- a/share/man/man5/devfs.conf.5
+++ b/share/man/man5/devfs.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 17, 2005
+.Dd November 1, 2015
.Dt DEVFS.CONF 5
.Os
.Sh NAME
@@ -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
OpenPOWER on IntegriCloud