diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 10:52:23 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 10:52:23 +0000 |
commit | 5d6db880853f46a8f3d2ae1d1da067766e9f05da (patch) | |
tree | 7f1c988fb37b220df3a3b08e1fb43d1e1e7917ab /lib/libsndio/mio_open.3 | |
parent | bf35bb6dae41c97716f0b69c4725fb50e7b9b982 (diff) |
Make aucat audio and midi backends share the same code to communicate
with the server. As we're at it use the same protocol for midi and
audio. Now, both audio and midi code use the same SNDIO_DEBUG environment
variable to turn on/off DPRINTF's.
Diffstat (limited to 'lib/libsndio/mio_open.3')
-rw-r--r-- | lib/libsndio/mio_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/mio_open.3 b/lib/libsndio/mio_open.3 index 05a32f84439..76f5b03f2e6 100644 --- a/lib/libsndio/mio_open.3 +++ b/lib/libsndio/mio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mio_open.3,v 1.3 2009/07/26 12:42:48 ratchov Exp $ +.\" $OpenBSD: mio_open.3,v 1.4 2011/04/16 10:52:22 ratchov Exp $ .\" .\" Copyright (c) 2007 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: July 26 2009 $ +.Dd $Mdocdate: April 16 2011 $ .Dt MIO_OPEN 3 .Os .Sh NAME @@ -233,7 +233,7 @@ and functions return the number of bytes transferred. .Sh ENVIRONMENT .Bl -tag -width "MIO_DEBUGXXX" -compact -.It Ev MIO_DEBUG +.It Ev SNDIO_DEBUG The debug level: may be a value between 0 and 2. .El |