diff options
author | 2008-12-17 09:04:06 +0000 | |
---|---|---|
committer | 2008-12-17 09:04:06 +0000 | |
commit | 05585f7073d7997df40d159f61af97fdaf3629af (patch) | |
tree | a9bfe54a3a398440333b9f0f361d2937638720f6 /lib | |
parent | Backout anonymous union fix, since it breaks V4L ports. we try to fix (diff) | |
download | wireguard-openbsd-05585f7073d7997df40d159f61af97fdaf3629af.tar.xz wireguard-openbsd-05585f7073d7997df40d159f61af97fdaf3629af.zip |
tweak previous;
Diffstat (limited to 'lib')
-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 |