diff options
author | 2009-01-21 22:36:50 +0000 | |
---|---|---|
committer | 2009-01-21 22:36:50 +0000 | |
commit | 81680aa31ab5a49c19e329d99e34393f5122b5c5 (patch) | |
tree | 2726b3e59621715e34aa50ef2897717d27595b4b | |
parent | sort; (diff) | |
download | wireguard-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.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. |