diff --git a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm index ce8002a..f4bc82d 100644 --- a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm +++ b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm @@ -4,7 +4,7 @@ OpenBSD automatically detects the system audio device. But often this is not enough. I want to plug in a USB headset and audio should automatically switch to it. -You can start sndiod with additional `-F` flags, which define additional devices, which are switched to in order when they appear. +You can start sndiod with additional `-F` flags to define additional devices, which are switched to when they appear. ``` # sndiod -f rsnd/0 -F rsnd/1 -F rsnd/2 -F rsnd/3