From f68e53bc964b5461d712fdb0faeab7817f9df9b2 Mon Sep 17 00:00:00 2001 From: "Nate Bargmann, N0NB" Date: Tue, 8 Jul 2008 16:43:21 +0000 Subject: [PATCH] Explain the -P option a bit more clearly and its side effects. Correct typo in the Diagnostics section. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2372 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/rigctl.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/rigctl.1 b/tests/rigctl.1 index 00e27aa5f..a49818bb7 100644 --- a/tests/rigctl.1 +++ b/tests/rigctl.1 @@ -63,7 +63,13 @@ device file as described above. .TP .B \-P, --ptt-type=type Use \fItype\fP of Push-To-Talk device. -Supported types are RIG, DTR, RTS, PARALLEL, NONE. +Supported types are RIG, DTR, RTS, PARALLEL, NONE, overriding PTT type +defined in the rig's backend. + +Some side effects of this command are that when type is set to DTR, read +PTT state comes from Hamlib frontend, not read from the radio. When set +to NONE, PTT state cannot be read or set even if rig backend supports +reading/setting PTT status from the rig. .TP .B \-D, --dcd-type=type Use \fItype\fP of Data Carrier Detect device. @@ -337,7 +343,7 @@ Start \fBrigctl\fP using \fBrpc.rigd\fP and setting the frequency and mode: $ rigctl -m 1901 -r localhost F 7253500 M LSB 0 .SH DIAGNOSTICS -The \fB-v\fP, \fB--version\fP option allows different levels of diagnostics +The \fB-v\fP, \fB--verbose\fP option allows different levels of diagnostics to be output to \fBstderr\fP and correspond to -v for BUG, -vv for ERR, -vvv for WARN, -vvvv for VERBOSE, or -vvvvv for TRACE. @@ -366,7 +372,7 @@ Written by Stephane Fillod and the Hamlib Group .br . .SH COPYRIGHT -Copyright \(co 2000-2007 Stephane Fillod, Frank Singleton, and the Hamlib +Copyright \(co 2000-2008 Stephane Fillod, Frank Singleton, and the Hamlib Group. .br This is free software; see the source for copying conditions.