summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-12-03 22:25:53 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-12-03 22:25:53 +0000
commit879d2031029fba764014b710d7e17b7323880115 (patch)
treef9a108b016a7bfa47b6a68ad4a503fa1f623855f /usr.bin
parentbe970092cb7001b13baf2c853545f7d9ddf2129d (diff)
complete SYNOPSIS, sort options and improve wording slightly
from andrushock@korovino.net
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mixerctl/mixerctl.119
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1
index 276560f46be..4ff3c301cb5 100644
--- a/usr.bin/mixerctl/mixerctl.1
+++ b/usr.bin/mixerctl/mixerctl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mixerctl.1,v 1.14 2002/11/14 02:57:28 deraadt Exp $
+.\" $OpenBSD: mixerctl.1,v 1.15 2002/12/03 22:25:52 pvalchev Exp $
.\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -54,6 +54,7 @@
.Nm mixerctl
.Op Fl f Ar file
.Op Fl n
+.Op Fl v
.Fl w
.Ar name=value Op Ar ...
.Sh DESCRIPTION
@@ -75,19 +76,19 @@ The options are as follows:
Print all device variables and their current values.
.It Fl w Ar name=value
Attempt to set the specified variable
-.Ar name
-to
-.Ar value .
+.It Fl f Ar file
+Specify an alternative audio mixing device.
+.It Fl n
+Suppress printing of the variable name.
.It Fl v
Show the possible values of enumeration and set valued variables.
Enumerated values are shown in
.Dq []
and set values are shown in
.Dq {} .
-.It Fl f Ar file
-Specify an alternative audio mixing device.
-.It Fl n
-Suppress printing of the variable name.
+.Ar name
+to
+.Ar value .
.El
.Pp
Values may be specified in either absolute or relative forms.
@@ -147,7 +148,7 @@ The audio mixer device to use.
.Sh FILES
.Bl -tag -width /dev/mixer
.It Pa /dev/mixer
-mixer audio device
+default mixer audio device
.El
.Sh SEE ALSO
.Xr audioctl 1 ,