diff options
author | 2010-11-06 22:17:26 +0000 | |
---|---|---|
committer | 2010-11-06 22:17:26 +0000 | |
commit | 812dc1b23eea4e6b7eb0dd221ea5497f4a0b35c0 (patch) | |
tree | 1d6b4fcc78fe882315978c4720bb08fc6169aa9c | |
parent | sync (diff) | |
download | wireguard-openbsd-812dc1b23eea4e6b7eb0dd221ea5497f4a0b35c0.tar.xz wireguard-openbsd-812dc1b23eea4e6b7eb0dd221ea5497f4a0b35c0.zip |
tweak previous;
-rw-r--r-- | lib/libsndio/sio_open.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index f0c31f7f3fd..981a37f8b42 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.25 2010/11/06 20:25:42 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.26 2010/11/06 22:17:26 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -669,7 +669,8 @@ The callback is always invoked when is called in order to provide the initial volume. An application can safely assume that once .Fn sio_onvol -returns non-zero value, the callback has already been invoked and thus +has returned a non-zero value, +the callback has been invoked and thus the current volume is available. If there's no volume setting available, .Fn sio_onvol |