From f33fa95d8d892d6fae674c8c70fd331409b48ff0 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 20 Jul 2023 15:22:11 -0500 Subject: [PATCH] Update rigctl/d man pages --- doc/man1/rigctl.1 | 4 ++-- doc/man1/rigctld.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index ec72aa32b..bccd4725d 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -197,7 +197,7 @@ Set configuration parameter(s). Some common ones are: .RB dcd_type: "Data Carrier Detect (or squelch) interface type override" .RB dcd_pathname: "Path name to the device file of the Data Carrier Detect (or squelch)" .RB disable_yaesu_bandselect: "True disables the automatic band select on band change for Yaesu rigs" -.RB dtr_state: "ON turns on DTR' +.RB dtr_state: "ON turns on DTR, OFF turns it off, Unset disables it" .RB lo_freq: "Frequency to add to the VFO frequency for use with a transverter" .RB post_write_delay: "Delay in ms between each command sent out" .RB ptt_share: "True enables ptt port to be shared with other apps" @@ -205,7 +205,7 @@ Set configuration parameter(s). Some common ones are: .RB ptt_pathname: "Path name to the device file of the Push-To-Talk" .RB ptt_bitnum: "Push-To-Talk GPIO bit number" .RB retry: "Max number of retry" -.RB rts_state: "ON turns on RTS' +.RB rts_state: "ON turns on DTR, OFF turns it off, Unset disables it" .RB twiddle_timeout: "For satellite ops when VFOB is twiddled will pause VFOB commands until timeout" .RB twiddle_rit: "Suppress get_freq on VFOB for RIT tuning satellites" .RB timeout: "Timeout in ms" diff --git a/doc/man1/rigctld.1 b/doc/man1/rigctld.1 index 31b43b13a..03b5658e3 100644 --- a/doc/man1/rigctld.1 +++ b/doc/man1/rigctld.1 @@ -303,7 +303,7 @@ Set configuration parameter(s). Some common ones are: .RB dcd_type: "Data Carrier Detect (or squelch) interface type override" .RB dcd_pathname: "Path name to the device file of the Data Carrier Detect (or squelch)" .RB disable_yaesu_bandselect: "True disables the automatic band select on band change for Yaesu rigs" -.RB dtr_state: "ON turns on DTR' +.RB dtr_state: "ON turns on DTR, OFF turns it off, Unset disables it" .RB lo_freq: "Frequency to add to the VFO frequency for use with a transverter" .RB post_write_delay: "Delay in ms between each command sent out" .RB ptt_share: "True enables ptt port to be shared with other apps" @@ -311,7 +311,7 @@ Set configuration parameter(s). Some common ones are: .RB ptt_pathname: "Path name to the device file of the Push-To-Talk" .RB ptt_bitnum: "Push-To-Talk GPIO bit number" .RB retry: "Max number of retry" -.RB rts_state: "ON turns on RTS' +.RB rts_state: "ON turns on DTR, OFF turns it off, Unset disables it" .RB twiddle_timeout: "For satellite ops when VFOB is twiddled will pause VFOB commands until timeout" .RB twiddle_rit: "Suppress get_freq on VFOB for RIT tuning satellites" .RB timeout: "Timeout in ms"