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
This commit is contained in:
Edward Tomasz Napierala 2019-05-25 17:37:28 +00:00
parent 327477d6c5
commit 0407410ba0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348274

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 13, 2015 .Dd May 25, 2019
.Dt DEVFS.CONF 5 .Dt DEVFS.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -98,22 +98,13 @@ as explained in
.Sh EXAMPLES .Sh EXAMPLES
To create a To create a
.Pa /dev/cdrom .Pa /dev/cdrom
link that points to the first link that points to the first CD-ROM,
.Xr SCSI 4
CD-ROM,
the following may be added to the following may be added to
.Nm : .Nm :
.Bd -literal -offset indent .Bd -literal -offset indent
link cd0 cdrom link cd0 cdrom
.Ed .Ed
.Pp .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
.Pp
To set the owner of a device, the To set the owner of a device, the
.Ic own .Ic own
action may be specified: action may be specified: