diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2003-05-15 00:57:51 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2003-05-15 00:57:51 +0000 |
commit | d68ce9545a045e0c1e4b393bc3000c90487564c7 (patch) | |
tree | d502811edab8ba8e4cb059273ac113b3685fafca /usr.bin/mixerctl/mixerctl.1 | |
parent | 83cf1a0f3d6ba4294ff8502791693a569997661b (diff) |
Add a -q flag to suppress all output when setting a variable, and
remove the -v flag from the SYNOPSIS for the -w option since it
has no effect
ok jsyn@ millert@
Diffstat (limited to 'usr.bin/mixerctl/mixerctl.1')
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 8a123d59d6f..85141c734db 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.16 2003/01/05 09:42:23 pvalchev Exp $ +.\" $OpenBSD: mixerctl.1,v 1.17 2003/05/15 00:57:50 jfb Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ .Nm mixerctl .Op Fl f Ar file .Op Fl n -.Op Fl v +.Op Fl q .Fl w .Ar name=value Op Ar ... .Sh DESCRIPTION @@ -80,6 +80,8 @@ Attempt to set the specified variable. Specify an alternative audio mixing device. .It Fl n Suppress printing of the variable name. +.It Fl q +Suppress all printing when setting a variable. .It Fl v Show the possible values of enumeration and set valued variables. Enumerated values are shown in |