From 9ecbacb71c75c5a03d7c155b14f09e3c47b4fd22 Mon Sep 17 00:00:00 2001 From: ratchov Date: Sat, 25 Dec 2021 16:15:53 +0000 Subject: [PATCH] Move example about USB devices from -F description to hot plugging section ok kn --- usr.bin/sndiod/sndiod.8 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/usr.bin/sndiod/sndiod.8 b/usr.bin/sndiod/sndiod.8 index 3bdfeab0e73..d12fe7b62b7 100644 --- a/usr.bin/sndiod/sndiod.8 +++ b/usr.bin/sndiod/sndiod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.8,v 1.13 2021/12/25 15:24:02 ratchov Exp $ +.\" $OpenBSD: sndiod.8,v 1.14 2021/12/25 16:15:53 ratchov Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov .\" @@ -193,11 +193,6 @@ the one given with the previous or .Fl F option will be used. -For instance, specifying a USB device following a -PCI device allows -.Nm -to use the USB one preferably when it's connected -and to fall back to the PCI one when it's disconnected. .It Fl f Ar device Add this .Xr sndio 7 @@ -539,6 +534,15 @@ Instead, must be used to change the .Va server.device control. +.Pp +For instance, specifying a USB device with +.Fl F +following a PCI device with +.Fl f +allows +.Nm +to use the USB one preferably when it's connected +and to fall back to the PCI one when it's disconnected. .Sh EXAMPLES Start server using default parameters, creating an additional sub-device for output to channels 2:3 only (rear speakers -- 2.20.1