summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2009-01-21 22:36:50 +0000
committerratchov <ratchov@openbsd.org>2009-01-21 22:36:50 +0000
commit81680aa31ab5a49c19e329d99e34393f5122b5c5 (patch)
tree2726b3e59621715e34aa50ef2897717d27595b4b
parentsort; (diff)
downloadwireguard-openbsd-81680aa31ab5a49c19e329d99e34393f5122b5c5.tar.xz
wireguard-openbsd-81680aa31ab5a49c19e329d99e34393f5122b5c5.zip
fix bugs section: clarify that sio_start() and sio_stop() should
not be used if blocking is not desirable.
-rw-r--r--lib/libsndio/sio_open.34
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.