diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-12-18 21:41:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-12-18 21:41:50 +0000 |
commit | 6700308a7cebe1a2d9e44c6f23578da3fead5bdc (patch) | |
tree | be47f1a5ba2025ebd0ffa65dc9b00394865d5851 /usr.bin/sndiod | |
parent | 990da10075a493b4f7f89d1b99979ad790bb0434 (diff) |
tighten the decription of -F; from richard ulmer
ok ratchov
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r-- | usr.bin/sndiod/sndiod.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sndiod/sndiod.8 b/usr.bin/sndiod/sndiod.8 index 085081bf100..615b658edc8 100644 --- a/usr.bin/sndiod/sndiod.8 +++ b/usr.bin/sndiod/sndiod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.8,v 1.11 2021/07/16 15:05:58 sthen Exp $ +.\" $OpenBSD: sndiod.8,v 1.12 2021/12/18 21:41:49 jmc Exp $ .\" .\" Copyright (c) 2006-2012 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: July 16 2021 $ +.Dd $Mdocdate: December 18 2021 $ .Dt SNDIOD 8 .Os .Sh NAME @@ -186,11 +186,11 @@ Examples: .Va u8 , s16le , s24le3 , s24le4lsb . .It Fl F Ar device Specify an alternate device to use. -If it doesn't work, the one given with the last +If it doesn't work, the one given with the previous .Fl f or .Fl F -options will be used. +option will be used. For instance, specifying a USB device following a PCI device allows .Nm |