summaryrefslogtreecommitdiff
path: root/lib/libsndio
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-10-04 20:58:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-10-04 20:58:28 +0000
commit9835236c606c29792c201751e6fe5834d63db536 (patch)
treeb5f87b969979c58d443693f640715dbec86e7aad /lib/libsndio
parent6cc741bd07bc219da023d250698eca2bf3b192a0 (diff)
some tweaks, from Tim van der Molen
Diffstat (limited to 'lib/libsndio')
-rw-r--r--lib/libsndio/sio_open.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3
index 4725b772da7..a6a96ce4c8b 100644
--- a/lib/libsndio/sio_open.3
+++ b/lib/libsndio/sio_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sio_open.3,v 1.27 2011/04/16 10:52:22 ratchov Exp $
+.\" $OpenBSD: sio_open.3,v 1.28 2011/10/04 20:58:27 jmc 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: April 16 2011 $
+.Dd $Mdocdate: October 4 2011 $
.Dt SIO_OPEN 3
.Os
.Sh NAME
@@ -216,14 +216,14 @@ This parameter takes into account any buffers, and
can be used for latency calculations.
It is read-only.
.It Va appbufsz
-Size of the buffer in frames the application must maintain non empty
-(on the play end) or non full (on the record end) by calling
+Size of the buffer in frames the application must maintain non-empty
+(on the play end) or non-full (on the record end) by calling
.Fn sio_write
or
.Fn sio_read
fast enough to avoid overrun or underrun conditions.
The audio subsystem may use additional buffering, thus this
-parameter cannot be used for latency calculations
+parameter cannot be used for latency calculations.
.It Va round
Optimal number of frames that the application buffers
should be a multiple of, to get best performance.