diff options
author | 2008-11-16 18:34:04 +0000 | |
---|---|---|
committer | 2008-11-16 18:34:04 +0000 | |
commit | bde3f6519541a813b1ce6eba483cd6775a69b8de (patch) | |
tree | 50b42a9937b3e105473c6a24ae965348ed143922 | |
parent | make aucat compile without DEBUG defined (still defined by default) (diff) | |
download | wireguard-openbsd-bde3f6519541a813b1ce6eba483cd6775a69b8de.tar.xz wireguard-openbsd-bde3f6519541a813b1ce6eba483cd6775a69b8de.zip |
tweak previous;
-rw-r--r-- | usr.bin/aucat/aucat.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 18058a0439c..65738b5fb4b 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.33 2008/11/16 16:30:22 ratchov Exp $ +.\" $OpenBSD: aucat.1,v 1.34 2008/11/16 18:34:04 jmc Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -111,12 +111,12 @@ Software volume attenuation of the playback stream. The value must be between 1 and 127, corresponding to \-42dB and \-0dB attenuation. In server mode, clients inherit this parameter. -Reducing the volume in advance reduces client's dynamic range, -but allows client volume to stay independend from the number +Reducing the volume in advance reduces a client's dynamic range, +but allows client volume to stay independent from the number of clients as long as their number is small enough. -A good compromise is to use -4dB attenuation (12 volume units) -for each additional client expected (eg. 115 if 2 clients are expected, -103 for 3 clents, and so on). +A good compromise is to use \-4dB attenuation (12 volume units) +for each additional client expected +(115 if 2 clients are expected, 103 for 3 clients, and so on). .It Fl x Ar policy Action when the output stream cannot accept recorded data fast enough or the input stream |