diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-03-14 19:18:53 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-03-14 19:18:53 +0000 |
commit | 5c1f9ff7805d0e214508063c36bf7af233eb7ada (patch) | |
tree | 312c6d6c3388e54d2518dd0013570065ef3a1c87 | |
parent | 2ef7c3ccfc088069a793ba52967ca1c6e6da0e84 (diff) |
synchronize the synopsis and usage; improve description of flag "-a"
written with invaluable advice from jakemsr@, jmc@, ratchov@
ok jmc@
-rw-r--r-- | usr.bin/audioctl/audioctl.1 | 9 | ||||
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/usr.bin/audioctl/audioctl.1 b/usr.bin/audioctl/audioctl.1 index ab9ca686fe6..89c178b64dc 100644 --- a/usr.bin/audioctl/audioctl.1 +++ b/usr.bin/audioctl/audioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioctl.1,v 1.22 2007/09/27 21:55:54 sobrado Exp $ +.\" $OpenBSD: audioctl.1,v 1.23 2008/03/14 19:18:52 sobrado Exp $ .\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2007 $ +.Dd $Mdocdate: March 14 2008 $ .Dt AUDIOCTL 1 .Os .Sh NAME @@ -41,9 +41,8 @@ .Nd control audio device .Sh SYNOPSIS .Nm audioctl -.Op Fl n +.Op Fl an .Op Fl f Ar file -.Fl a .Nm audioctl .Op Fl n .Op Fl f Ar file @@ -69,6 +68,8 @@ The options are as follows: .Bl -tag -width "name=valueXX" .It Fl a Print all device variables and their current values. +This is the default, if no parameters are given to +.Nm . .It Fl f Ar file Specify an alternative audio control device. .It Fl n diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 2957e859046..0e3f6e86eec 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.29 2007/09/27 21:55:54 sobrado Exp $ +.\" $OpenBSD: mixerctl.1,v 1.30 2008/03/14 19:18:52 sobrado Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2007 $ +.Dd $Mdocdate: March 14 2008 $ .Dt MIXERCTL 1 .Os .Sh NAME @@ -42,9 +42,8 @@ .Nd control audio mixing .Sh SYNOPSIS .Nm mixerctl -.Op Fl nv +.Op Fl anv .Op Fl f Ar file -.Fl a .Nm mixerctl .Op Fl nv .Op Fl f Ar file @@ -76,6 +75,8 @@ The options are as follows: .Bl -tag -width "-f file" .It Fl a Print all device variables and their current values. +This is the default, if no parameters are given to +.Nm . .It Fl f Ar file Specify an alternative audio mixing device. .It Fl n |