Author: trasz Date: Sat May 25 17:37:28 2019 New Revision: 348274 URL: https://svnweb.freebsd.org/changeset/base/348274
Log: We don't really need two entries to describe how to deal with optical drives in devfs.conf(5). MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/devfs.conf.5 Modified: head/share/man/man5/devfs.conf.5 ============================================================================== --- head/share/man/man5/devfs.conf.5 Sat May 25 17:17:08 2019 (r348273) +++ head/share/man/man5/devfs.conf.5 Sat May 25 17:37:28 2019 (r348274) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 13, 2015 +.Dd May 25, 2019 .Dt DEVFS.CONF 5 .Os .Sh NAME @@ -98,18 +98,9 @@ as explained in .Sh EXAMPLES To create a .Pa /dev/cdrom -link that points to the first -.Xr SCSI 4 -CD-ROM, +link that points to the first CD-ROM, the following may be added to .Nm : -.Bd -literal -offset indent -link cd0 cdrom -.Ed -.Pp -Similarly, to link -.Pa /dev/cdrom -to the first SCSI CD-ROM device, the following action may be used: .Bd -literal -offset indent link cd0 cdrom .Ed _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
