summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-06-28 07:08:15 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-06-28 07:08:15 +0000
commit150522c3c99a9e83e1dc11a116427814a4bab5a0 (patch)
tree446375e4831e1ee5cde8bba7292542b11883d240 /share/man
parent155da247465a4cf65ed7925b1736d55e1f76a69f (diff)
Dv blah , Dv bleh
is more simply written as Dv blah , bleh
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/audio.46
-rw-r--r--share/man/man4/cd.416
2 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index 0854447e167..7b1825b9d1d 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.64 2014/06/28 06:59:45 matthew Exp $
+.\" $OpenBSD: audio.4,v 1.65 2014/06/28 07:08:14 jmc Exp $
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -469,9 +469,9 @@ interface described below.
The
.Va gain
should be in the range
-.Bq Dv AUDIO_MIN_GAIN , Dv AUDIO_MAX_GAIN
+.Bq Dv AUDIO_MIN_GAIN , AUDIO_MAX_GAIN
and the balance in the range
-.Bq Dv AUDIO_LEFT_BALANCE , Dv AUDIO_RIGHT_BALANCE
+.Bq Dv AUDIO_LEFT_BALANCE , AUDIO_RIGHT_BALANCE
with the normal setting at
.Dv AUDIO_MID_BALANCE .
.Pp
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4
index 62fd50bce35..2ad7fb6a6c4 100644
--- a/share/man/man4/cd.4
+++ b/share/man/man4/cd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cd.4,v 1.22 2014/06/28 06:18:26 matthew Exp $
+.\" $OpenBSD: cd.4,v 1.23 2014/06/28 07:08:14 jmc Exp $
.\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -79,7 +79,7 @@ calls which apply to CD-ROM drives are defined in the header files
and
.In sys/disklabel.h .
.Bl -tag -width Ds
-.It Dv DIOCGDINFO , Dv DIOCSDINFO Fa "struct disklabel *"
+.It Dv DIOCGDINFO , DIOCSDINFO Fa "struct disklabel *"
Read or write the in-core copy of the disklabel for the drive.
The disklabel is initialized with information read from the SCSI inquiry
commands, and should be the same as the information printed at boot.
@@ -238,7 +238,7 @@ struct ioc_patch {
/* one for each channel */
};
.Ed
-.It Dv CDIOCGETVOL , Dv CDIOCSETVOL Fa "struct ioc_vol *"
+.It Dv CDIOCGETVOL , CDIOCSETVOL Fa "struct ioc_vol *"
Get (set) information about the volume settings of the output channels.
The argument structure is as follows:
.Bd -literal -offset indent
@@ -254,17 +254,17 @@ Patch left source channel to the left output channel and the right
source channel to the right output channel.
.It Dv CDIOCSETMUTE
Mute output without changing the volume settings.
-.It Dv CDIOCSETLEFT , Dv CDIOCSETRIGHT
+.It Dv CDIOCSETLEFT , CDIOCSETRIGHT
Attach both output channels to the left (right) source channel.
-.It Dv CDIOCSETDEBUG , Dv CDIOCCLRDEBUG
+.It Dv CDIOCSETDEBUG , CDIOCCLRDEBUG
Turn on (off) debugging for the appropriate device.
-.It Dv CDIOCPAUSE , Dv CDIOCRESUME
+.It Dv CDIOCPAUSE , CDIOCRESUME
Pause (resume) audio play, without resetting the location of the read-head.
.It Dv CDIOCRESET
Reset the drive.
-.It Dv CDIOCSTART , Dv CDIOCSTOP
+.It Dv CDIOCSTART , CDIOCSTOP
Tell the drive to spin-up (-down) the CD-ROM.
-.It Dv CDIOCALLOW , Dv CDIOCPREVENT
+.It Dv CDIOCALLOW , CDIOCPREVENT
Tell the drive to allow (prevent) manual ejection of the CD-ROM disc.
Not all drives support this feature.
.It Dv CDIOCEJECT