Fix groff syntax

A leading space prevents joining two lines.
pull/1707/head
Daniele Forsi IU5HKX 2025-04-20 17:48:52 +02:00
rodzic d724f04163
commit f890fcf648
2 zmienionych plików z 19 dodań i 14 usunięć

Wyświetl plik

@ -726,8 +726,6 @@ Get
A value of 0 for Antenna will return the current TX antenna
.IP
> 0 is 1-based antenna# (\(oq1\(cq, \(oq2\(cq, \(oq3\(cq, ...).
.IP
Option returned depends on rig. For Icom it is likely the RX only flag.
.
@ -736,9 +734,14 @@ Option returned depends on rig. For Icom it is likely the RX only flag.
Send
.RI \(aq Morse \(aq
symbols. For Yaesu rigs use memory#1-5 or up to 50 char msg
Example from command line:
.EX
Example from command line: rigctl -m 3073 -r /dev/ttyUSB0 b "CQ CQ DE ME"
Yaesu example to send message#1: rigctl -m 1035 -r /dev/ttyUSB0 b 1
rigctl -m 3073 -r /dev/ttyUSB0 b "CQ CQ DE ME"
.EE
Yaesu example to send message#1:
.EX
rigctl -m 1035 -r /dev/ttyUSB0 b 1
.EE
.
.TP
@ -1319,8 +1322,8 @@ Set
Sets rig clock -- note that some rigs do not handle seconds or milliseconds.
If you try to set sec/msec and rig does not support it you will get a debug warning message.
Format is ISO8601,
.EX
Formats accepted allow for 2-digit or 4-digit time zone
.EX
YYYY-MM-DDTHH:MM:SS.SSS+ZZ (where +ZZ is either -/+ UTC offset HH)
YYYY-MM-DDTHH:MM:SS.SSS+ZZZZ (where +ZZZZ is either -/+ UTC offset HHMM)
YYYY-MM-DDTHH:MM:SS+ZZ
@ -1330,6 +1333,7 @@ YYYY-MM-DDTHH:MM+ZZZZ
YYYY-MM-DD (sets date only)
local (sets both clocks to local time)
utc (sets both clocks to utc time)
.EE
Note: Icom rigs expect you to set local time and the hours off to UTC.
So...4PM EST example would be 2021-12-01T16:00:00-0500
But...if you want to display GMT you must set the clock for GMT with zero UTC offset.
@ -1337,11 +1341,8 @@ Hopefully Icom will allow displaying either clock in the future
Note: Kenwood rigs only allow setting local clock, and then only if not autoset by NTP.
Trying to set clock when NTP is in use will set the offset, but not the time -
and no error status will be returned.
and no error status will be returned.
Time displayed on the auxiliary clock is solely determined by UTC and the aux offset.
.EE
.
.TP
.BR get_clock
Get
@ -1435,7 +1436,7 @@ For Unix/Linux
.
.TP
.BR client_version " \(aq" \fIString\fP "\(aq
Client can send its version to rigctld and get feedback on compatibility, deprecation, and alternatives
Client can send its version to rigctld and get feedback on compatibility, deprecation, and alternatives.
.TP
.BR hamlib_version
Returns hamlib version with ISO8601 date/time

Wyświetl plik

@ -136,7 +136,6 @@ etc. on Linux,
etc. on MS Windows. The BSD flavors and Mac OS/X have their own designations.
See your system's documentation.
.IP
.IP
Can be a network address:port, e.g.
.IR 127.0.0.1:12345
.IP
@ -741,9 +740,14 @@ number (\(oq0\(cq, \(oq1\(cq, \(oq2\(cq, ...).
Send
.RI \(aq Morse \(aq
symbols. For Yaesu rigs use memory# (1-5 for most rigs) or up to 50 char message (which will use memory#1)
Example from rigctld socket:
.EX
Example from rigctld socket: b CQ CQ DE ME
Yaesu example to send message#1 frm rigctld socket: b 1
b CQ CQ DE ME
.EE
Yaesu example to send message#1 from rigctld socket:
.EX
b 1
.EE
.
.TP
@ -1380,7 +1384,7 @@ the value terminated by the response separator. e.g. \(lqFrequency:
.PP
4. All commands received will be acknowledged by
.B rigctld
with records from rules 1 and 2. Records from rule 3 are only returned when
with records from rules 1 and 2. Records from rule 3 are only returned when
data values must be returned to the client.
.
.PP