diff options
author | steve <steve@FreeBSD.org> | 1998-06-13 19:28:51 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-06-13 19:28:51 +0000 |
commit | c5ae8ade3e00a9510b830e56a8656f13922b8eb5 (patch) | |
tree | 3a0545f128342a88c2a210f6003b6eeec3319d11 /usr.sbin/cdcontrol | |
parent | 98a7f0b2f16d27300d08d206d2813ede5768ea56 (diff) | |
download | FreeBSD-src-c5ae8ade3e00a9510b830e56a8656f13922b8eb5.zip FreeBSD-src-c5ae8ade3e00a9510b830e56a8656f13922b8eb5.tar.gz |
Mention all the environment variables that can be used
to specify the device.
PR: 6927
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
Diffstat (limited to 'usr.sbin/cdcontrol')
-rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index ba7ee16..905c5b0 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -1,4 +1,4 @@ -.\" $Id: cdcontrol.1,v 1.14 1998/01/07 07:43:04 charnier Exp $ +.\" $Id: cdcontrol.1,v 1.15 1998/01/26 00:57:54 jmz Exp $ .\" .Dd July 3, 1995 .Dt CDCONTROL 1 @@ -20,9 +20,13 @@ as or .Pa mcd0 . .Pp -If the device not specified, the environment variable +If the device not specified, the environment variables +.Ev MUSIC_CD , +.Ev CD_DRIVE , .Ev DISC -will be used to find the cd device. +and +.Ev CDPLAY +will be used (in this order) to find the cd device. .Pp If no command is given, then .Nm |