diff options
| author | nat <nat@NetBSD.org> | 2023-06-20 03:24:08 +0000 |
|---|---|---|
| committer | nat <nat@NetBSD.org> | 2023-06-20 03:24:08 +0000 |
| commit | efab63b7541c0f981768b41eafaea9f0ef1589ed (patch) | |
| tree | e1de4132adadc43be1a10df90b0347c11d5bd5cf /usr.sbin | |
| parent | 1f886df0f2747b0188733688e3e08eb8a22a4560 (diff) | |
Manual page fixups.
Fix EXAMPLES section.
Use correct flags when used with pad(4).
Use correct encoding format (sinear_le).
XXX pullup-10.
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 b/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 index fcd4cdab8f4..892b5e01d98 100644 --- a/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 +++ b/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: bta2dpd.8,v 1.6 2021/12/02 21:59:22 andvar Exp $ +.\" $NetBSD: bta2dpd.8,v 1.7 2023/06/20 03:24:08 nat Exp $ .\" .\" Copyright (c) 2015 - 2016 Nathanial Sloss <nathanialsloss@yahoo.com.au> .\" All rights reserved. @@ -267,7 +267,7 @@ Encode and send audio to address .Sq spkr . .Pp -.Dl bta2dpd -a spkr /dev/pad +.Dl bta2dpd -n -a spkr /dev/pad Encode and send audio from .Xr pad 4 to address @@ -278,7 +278,7 @@ Decode stream from any connected address and write it to .Pa out.pcm . .Pp -.Dl bta2dpd -K -a phone | audioplay -f -e linear -P 16 -s 44100 -c 2 -- +.Dl bta2dpd -K -a phone | audioplay -f -e slinear_le -P 16 -s 44100 -c 2 -- Decode stream from address .Sq phone and send to speakers. |
