diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-10-29 02:47:48 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-10-29 02:47:48 +0000 |
commit | 99148019efedcbda6899fb8da6ec766f4156c353 (patch) | |
tree | bc4d168206f234b32d7376429bb716ba61920d8c /lib | |
parent | 845181f6b63254e0d80895547eaa29592e6a3a7f (diff) |
document LIBSIO_DEBUG
ok ratchov@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_open.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index ff5041e3f46..5cbc8a27622 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.1 2008/10/27 00:26:33 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.2 2008/10/29 02:47:47 todd 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: October 27 2008 $ +.Dd $Mdocdate: October 29 2008 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -668,6 +668,9 @@ Path to the socket to connect to, or the .Xr audio 4 device to use. +.It Ev LIBSIO_DEBUG +The debug level: +may be a value between 0 and 2. .El .Sh FILES .Bl -tag -width "/tmp/aucat.sockXXX" -compact |