1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Description: use minus sign instead of hyphen for program options
Escape option minus signs to prevent them being interpreted as hyphens
Author: Milan Kupcevic <milan@debian.org>
Forwarded: to Ted Williams <wa0eir.ted@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/man/en/psk31lx.1
+++ b/man/en/psk31lx.1
@@ -4,7 +4,7 @@
psk31lx - a terminal based ncurses program for psk31
.SH SYNOPSIS
-.B psk31lx [-h] [-l] [-q] [-t serialdevice] [-x] [-v]
+.B psk31lx [\-h] [\-l] [\-q] [\-t serialdevice] [\-x] [\-v]
.SH "DESCRIPTION"
.PP
@@ -22,17 +22,17 @@
\fB\-l\fR
Invert phase shift for LSB mode
.TP
-\fB-q\fR
+\fB\-q\fR
Enable QPSK mode
.TP
\fB\-t device\fR
Specify the PTT device. Default is /dev/ttyS1.
-For the first serial device use -t /dev/ttyS0.
+For the first serial device use \-t /dev/ttyS0.
.TP
-\fB-v\fR
+\fB\-v\fR
print version number
.TP
-\fB-x\fR
+\fB\-x\fR
TX tracks RX freq
.SH KEYBOARD COMMANDS
The following keys are used to control psk31lx
|