diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-02-04 18:47:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-02-04 18:47:43 +0000 |
commit | 670118853cc2ac147f51ed4e7bb210889ee7ad14 (patch) | |
tree | 502c447862b1390944ed841dd9a4635118fc1619 /lib/libsndio | |
parent | a175bf2cd26bc403eb729f21f0acf05e4f217b1f (diff) |
explain that it's ok if we get a slightly different rate than
the one we asked for, from Thomas Pfaff <tpfaff(at)tp76.info>
with tweaks from jmc@
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/sio_open.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 47e457f9b2a..c3dfc72840c 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.16 2009/01/21 22:36:50 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.17 2009/02/04 18:47:42 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: January 21 2009 $ +.Dd $Mdocdate: February 4 2009 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -267,8 +267,10 @@ the function must be called. Finally, the .Fn sio_getpar -function can be used to ensure that parameters were actually +function should be used to ensure that parameters were actually accepted. +Sometimes the rate set can be slightly different to what was requested. +A difference of about 0.5% is not audible and should be ignored. .El .Pp If |