diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-17 09:04:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-17 09:04:07 +0000 |
commit | f50ab3464b1d786cc6352fec49d74ecc97b83ea8 (patch) | |
tree | 39981f7358bb4a2c7daec476f72a93aa22f96889 /lib/libsndio/sio_open.3 | |
parent | d21b8bc2568739eb14dc484a1a426df5fa6ef6ee (diff) |
tweak previous;
Diffstat (limited to 'lib/libsndio/sio_open.3')
-rw-r--r-- | lib/libsndio/sio_open.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index df0c0edf603..120bd2b90bf 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.9 2008/12/17 07:19:27 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.10 2008/12/17 09:04:06 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -204,9 +204,9 @@ mode was selected. The sampling frequency in Hz. .It Va bufsz The maximum number of frames that may be buffered. -This parameter takes into accout any buffers, and +This parameter takes into account any buffers, and can be used for latency calculations. -This parameter is read-only. +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 @@ -214,7 +214,7 @@ Size of the buffer in frames the application must maintain non empty or .Fn sio_read fast enough to avoid overrun or underrun conditions. -The audio subsystem may use additionnal buffering, thus this +The audio subsystem may use additional buffering, thus this parameter cannot be used for latency calculations .It Va round Optimal number of frames that the application buffers |