aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-15 04:09:39 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-15 04:09:39 -0400
commit1cd017fb403c8c92f436c3042bc04000dd26cd7a (patch)
treeb5b0ef98e028f721044a12a423b7745ea1edb067
parent079e45df52b556d02a4d6325720a007059327d3a (diff)
downloadsoxdial-1cd017fb403c8c92f436c3042bc04000dd26cd7a.tar.gz
soxdial: tweak doc.
-rwxr-xr-xsoxdial12
1 files changed, 6 insertions, 6 deletions
diff --git a/soxdial b/soxdial
index 77e02e7..033096d 100755
--- a/soxdial
+++ b/soxdial
@@ -235,20 +235,20 @@ These are the actual digits to be dialled. Each dial string consists
of one or more digits (as many as desired), and they will be played
consecutively.
-DTMF digits 0 to 9, #, and * are supported. By default, letters are
+DTMF digits B<0> to B<9>, B<#>, and B<*> are supported. By default, letters are
also supported, and will be converted to digits according to the
-standard layout of touchtone phones (e.g. A through C convert to 2,
-D through F are 3, etc).
+standard layout of touchtone phones (e.g. B<A> through B<C> convert to I<2>,
+B<D> through B<F> are I<3>, etc).
-Q and Z weren't present on classic touchtone phones, but they will be
-converted to 7 and 9, respectively (like modern cell phones).
+B<Q> and B<Z> weren't present on classic touchtone phones, but they will be
+converted to I<7> and I<9>, respectively (like modern cell phones).
To add an extra delay between digits, use a comma (and see the B<-c>,
B<--comma> option to set the length of the delay), or the B<-s>,
B<--silence> option.
To play the extra DTMF tones for the extended 16-digit keypad (which has
-A, B, C, and D keys), use the B<-x>, B<--extended> option. This disables
+B<A>, B<B>, B<C>, and B<D> keys), use the B<-x>, B<--extended> option. This disables
letter-to-number conversion, but it can be re-enabled later on the
command line with the B<-a>, B<--alphabet> option.