diff options
author | 2020-07-18 05:01:14 +0000 | |
---|---|---|
committer | 2020-07-18 05:01:14 +0000 | |
commit | 76cc9b95f94c4725ea6c592c2ec0cac32744edd9 (patch) | |
tree | 1591654af70efaf56da529231e14d35e3c609362 /lib | |
parent | Properly escape a backslash. (diff) | |
download | wireguard-openbsd-76cc9b95f94c4725ea6c592c2ec0cac32744edd9.tar.xz wireguard-openbsd-76cc9b95f94c4725ea6c592c2ec0cac32744edd9.zip |
Raw device access is not anymore a fall-back for when sndiod isn't running
Found by Jan Stary <hans at stare.cz>, discussed with jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sndio.7 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 4eee8c69bc9..2bd298b8592 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.23 2020/05/25 12:25:16 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.24 2020/07/18 05:01:14 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: May 25 2020 $ +.Dd $Mdocdate: July 18 2020 $ .Dt SNDIO 7 .Os .Sh NAME @@ -157,12 +157,6 @@ If it is not set, the program first tries to connect to .Li snd/0 . If that fails, it then tries to use .Li rsnd/0 . -This allows the -.Xr sndiod 8 -audio server to be used by default and the raw hardware as fallback; -programs don't have to be reconfigured when -.Xr sndiod 8 -is started or stopped. .Pp Similarly, if no MIDI descriptor is provided to a program or when the reserved word |