Add 'device ata' to the kernel configuration excerpt in EXAMPLE section.
Update mount example to use /dev/cd0 instead of /dev/cd0c. Update copyright notice.
This commit is contained in:
parent
6449b88bf1
commit
2c55d0fe37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128869
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2002
|
||||
.\" Copyright (c) 2002, 2004
|
||||
.\" Thomas Quinot <thomas@FreeBSD.org>. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
@ -75,6 +75,7 @@ extended
|
||||
information.
|
||||
.Sh EXAMPLES
|
||||
.Bd -literal -offset indent
|
||||
device ata
|
||||
device atapicam
|
||||
device scbus
|
||||
device cd
|
||||
@ -89,7 +90,7 @@ driver to the kernel.
|
||||
.Pp
|
||||
Print the list of all devices available through CAM.
|
||||
.Pp
|
||||
.Dl "mount -t cd9660 /dev/cd0c /mnt"
|
||||
.Dl "mount -t cd9660 /dev/cd0 /mnt"
|
||||
.Pp
|
||||
Mount a CD-ROM from an ATAPI CD-ROM drive
|
||||
(the command above assumes that the ATAPI drive is the only CD-ROM unit).
|
||||
|
Loading…
Reference in New Issue
Block a user