summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-10-12 20:38:03 +0000
committerjmc <jmc@openbsd.org>2006-10-12 20:38:03 +0000
commit6b6acf025c9655a828aa3521f1f6d3676db25ebd (patch)
treee0dfa5e4ce4c380d38aeda3c68e1c38e6c345565
parentFix typo. Found by: Janek Richter <janek at openbug dot org> (diff)
downloadwireguard-openbsd-6b6acf025c9655a828aa3521f1f6d3676db25ebd.tar.xz
wireguard-openbsd-6b6acf025c9655a828aa3521f1f6d3676db25ebd.zip
document environment var CDROM; from ross l richardson (pr #5258)
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc
-rw-r--r--usr.bin/cdio/cdio.124
1 files changed, 19 insertions, 5 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1
index 79f82969b90..4c9aeb9bc39 100644
--- a/usr.bin/cdio/cdio.1
+++ b/usr.bin/cdio/cdio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdio.1,v 1.38 2006/06/22 11:25:01 jmc Exp $
+.\" $OpenBSD: cdio.1,v 1.39 2006/10/12 20:38:03 jmc Exp $
.\"
.\" Copyright (c) 1995 Serge V. Vakulenko
.\" All rights reserved.
@@ -225,11 +225,25 @@ turn the sound off.
.El
.Sh ENVIRONMENT
.Bl -tag -width "DICSXXX"
-.It Ev DISC
-Specifies the name of the CD device
-(see also the
+.It Ev DISC , CDROM
+Specifies the name of the CD device to use.
+If both
+.Ev DISC
+and
+.Ev CDROM
+are set,
+.Ev DISC
+takes precedence.
+If neither
+.Ev DISC
+nor
+.Ev CDROM
+are set,
+the default is
+.Pa cd0 .
+See also the
.Fl f
-option).
+option, above.
.El
.Sh FILES
.Bl -tag -width /dev/rmcd0c -compact