diff options
author | joe <joe@FreeBSD.org> | 2001-01-14 16:29:24 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-01-14 16:29:24 +0000 |
commit | fbfb6993c765f49169de81cc68b25bb3eaf2f785 (patch) | |
tree | a01e59a91899bf60f2c94ff08151549bd5fdfbd5 /usr.sbin/cdcontrol | |
parent | 60100fba4581459e71c6a29a708b9f17c69dd0c2 (diff) | |
download | FreeBSD-src-fbfb6993c765f49169de81cc68b25bb3eaf2f785.zip FreeBSD-src-fbfb6993c765f49169de81cc68b25bb3eaf2f785.tar.gz |
Describe that the CDROM environment variable now affects which
device is used by default.
Diffstat (limited to 'usr.sbin/cdcontrol')
-rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index 84a4afc..71c4ebf 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -149,6 +149,15 @@ Set LBA ioctl mode. .It Cm quit Quit the program. .El +.Sh ENVIRONMENT +The following environment variables affect the execution of +.Nm : +.Bl -tag -width CDROM +.It Ev CDROM +The cd device to use if one isn't specified with the +.Fl f +flag. +.El .Sh FILES .Bl -tag -width /dev/mcd0c -compact .It Pa /dev/cd0c |