Date: Sun, 1 Nov 2015 22:30:24 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r290247 - in stable/9: sbin/mount share/man/man5 Message-ID: <201511012230.tA1MUOCY050329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Nov 1 22:30:23 2015 New Revision: 290247 URL: https://svnweb.freebsd.org/changeset/base/290247 Log: 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 Modified: stable/9/sbin/mount/mount.8 stable/9/share/man/man5/devfs.conf.5 Directory Properties: stable/9/ (props changed) stable/9/sbin/ (props changed) stable/9/sbin/mount/ (props changed) stable/9/share/ (props changed) stable/9/share/man/ (props changed) stable/9/share/man/man5/ (props changed) Modified: stable/9/sbin/mount/mount.8 ============================================================================== --- stable/9/sbin/mount/mount.8 Sun Nov 1 22:27:40 2015 (r290246) +++ stable/9/sbin/mount/mount.8 Sun Nov 1 22:30:23 2015 (r290247) @@ -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 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: stable/9/share/man/man5/devfs.conf.5 ============================================================================== --- stable/9/share/man/man5/devfs.conf.5 Sun Nov 1 22:27:40 2015 (r290246) +++ stable/9/share/man/man5/devfs.conf.5 Sun Nov 1 22:30:23 2015 (r290247) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511012230.tA1MUOCY050329>