diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-05-09 09:50:41 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-05-09 09:50:41 +0000 |
commit | 9afbd6e9d497f0111369003685c9f0658fa9e6cf (patch) | |
tree | 7889ad707165e70ceb4ab1a50e6e1024976c5932 /usr.bin | |
parent | 5a8d091322642f4fbc93f5ba9c5bdd81ee3fbaec (diff) |
clarify what happens if no device is specified and/or no
sockets are specified, with help from jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 5749b143a12..c06a081f462 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.52 2009/04/11 10:24:21 jakemsr Exp $ +.\" $OpenBSD: aucat.1,v 1.53 2009/05/09 09:50:40 ratchov Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 11 2009 $ +.Dd $Mdocdate: May 9 2009 $ .Dt AUCAT 1 .Os .Sh NAME @@ -212,19 +212,14 @@ is applied to .Pp If no audio device .Pq Fl f -is specified but -.Fl u -is given anyway, -any -.Fl Ccer -options specified before -.Fl ios -options are applied both to the corresponding file -and the default audio device; -if they are specified after -.Fl ios -options, -they will be applied only to the default audio device. +is specified, +settings are applied as if +the default device is specified as the last argument. +If no sockets +.Pq Fl s +are specified +settings are applied as if +the default socket is specified as the last argument. .Pp File formats are specified using the .Fl h |