From 80ee5b6b3ca3dd79fa789d78a5d0055b8de70672 Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 1 Nov 2015 22:30:23 +0000 Subject: [PATCH] MFstable/10 r290246: 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 git-svn-id: svn://svn.freebsd.org/base/stable/9@290247 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sbin/mount/mount.8 | 4 ++-- share/man/man5/devfs.conf.5 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7a7995486..a61fb9614 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 June 6, 2011 +.Dd November 1, 2015 .Dt MOUNT 8 .Os .Sh NAME @@ -174,7 +174,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 diff --git a/share/man/man5/devfs.conf.5 b/share/man/man5/devfs.conf.5 index f459696be..e528810e7 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 @@ -111,9 +111,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 -- 2.45.0