diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-01-21 22:36:51 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-01-21 22:36:51 +0000 |
commit | abdd0f1f4b97a83164736cf41f2d95ecca8cbbf7 (patch) | |
tree | e0f2b3535d262b3406d6fae803937b55ee20b005 /lib/libsndio/sio_open.3 | |
parent | 4492d72f88428d6e55a112f7bfdeda948a86af83 (diff) |
fix bugs section: clarify that sio_start() and sio_stop() should
not be used if blocking is not desirable.
Diffstat (limited to 'lib/libsndio/sio_open.3')
-rw-r--r-- | lib/libsndio/sio_open.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 0fc9249eaf1..47e457f9b2a 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.15 2009/01/21 22:18:31 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.16 2009/01/21 22:36:50 ratchov Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -781,4 +781,4 @@ The and .Fn sio_stop functions may block for a very short period of time, thus they should -not be abused during performance. +be avoided in code sections where blocking is not desirable. |