diff options
author | thomas <thomas@FreeBSD.org> | 2004-05-03 12:03:15 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2004-05-03 12:03:15 +0000 |
commit | 0e0892f300c42840e39885a17d59d5cff2ed6c15 (patch) | |
tree | efac121a93a2beeb13c959098644571b62e9998f /share | |
parent | 02199e79066551ed04e93c3565e543f28994bb8d (diff) | |
download | FreeBSD-src-0e0892f300c42840e39885a17d59d5cff2ed6c15.zip FreeBSD-src-0e0892f300c42840e39885a17d59d5cff2ed6c15.tar.gz |
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.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/atapicam.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/atapicam.4 b/share/man/man4/atapicam.4 index 7691398..fb9fa7e 100644 --- a/share/man/man4/atapicam.4 +++ b/share/man/man4/atapicam.4 @@ -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). |