diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-06-20 20:18:45 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-06-20 20:18:45 +0000 |
commit | 2d5cc9e3a3a39bee477dd8511442616575a69eae (patch) | |
tree | 745b112917e4dd5823763d2ddb3459ca31fe6185 /usr.bin/aucat/aucat.1 | |
parent | 7524ae50770c7f7b472558d9bfa36036d44ae25f (diff) |
Make -aoff option apply to MIDI ports (-q) as well, ensuring the device
stays closed also if -q is used. As we're at it, add -a to midicat so
it behaves like aucat.
Diffstat (limited to 'usr.bin/aucat/aucat.1')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index bae846a6688..e7a63fea5b4 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.84 2011/06/03 16:20:10 ratchov Exp $ +.\" $OpenBSD: aucat.1,v 1.85 2011/06/20 20:18:44 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: June 3 2011 $ +.Dd $Mdocdate: June 20 2011 $ .Dt AUCAT 1 .Os .Sh NAME @@ -75,6 +75,7 @@ The options are as follows: Control whether .Nm opens the audio device only when needed or keeps it open all the time. +This applies to MIDI ports controlling the device as well. If the flag is .Va on then the device is kept open all the time, ensuring no other program can |