kopia lustrzana https://github.com/Hamlib/Hamlib
Fix typos in man pages and other documentation
rodzic
4811ebe3bc
commit
82c8a0795e
6
PLAN
6
PLAN
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
Here is a non-exhaustive list of things IMO to keep in mind while
|
Here is a non-exhaustive list of things IMO to keep in mind while
|
||||||
developping the Hamlib library.
|
developing the Hamlib library.
|
||||||
|
|
||||||
|
|
||||||
Plan:
|
Plan:
|
||||||
|
@ -39,7 +39,7 @@ Applications:
|
||||||
o control your rig from your computer, can be handy if you've relocated
|
o control your rig from your computer, can be handy if you've relocated
|
||||||
your UHF transceiver in the attic, to reduce cable loss.
|
your UHF transceiver in the attic, to reduce cable loss.
|
||||||
o edit/backup/restore/extend the memory capacity of your rig
|
o edit/backup/restore/extend the memory capacity of your rig
|
||||||
o software scanning (and huristics)
|
o software scanning (and heuristics)
|
||||||
o s/w squelch
|
o s/w squelch
|
||||||
o real time spectral analysis and digital modes ( Frank has written some
|
o real time spectral analysis and digital modes ( Frank has written some
|
||||||
working code for this) it does 40 frames / sec and no load,
|
working code for this) it does 40 frames / sec and no load,
|
||||||
|
@ -66,7 +66,7 @@ I think some features can be coded using bit fields and masking.
|
||||||
Maybe we can distinguish between 3 states :
|
Maybe we can distinguish between 3 states :
|
||||||
- Don't have this feature,
|
- Don't have this feature,
|
||||||
- Have it,
|
- Have it,
|
||||||
- Have it and can control (r/w) it remotly using the backend in hamlib
|
- Have it and can control (r/w) it remotely using the backend in hamlib
|
||||||
|
|
||||||
o freq ranges supported: rx/mode, tx/modes/power
|
o freq ranges supported: rx/mode, tx/modes/power
|
||||||
o number of VFO, operations (set VFO separately, VFO A=B, switch, ..)
|
o number of VFO, operations (set VFO separately, VFO A=B, switch, ..)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This document superceeds any other prior documentation or commentary regarding
|
This document supersedes any other prior documentation or commentary regarding
|
||||||
the formatting of the Hamlib C and C++ source code. This document does not
|
the formatting of the Hamlib C and C++ source code. This document does not
|
||||||
apply to the Autotools build system, i.e. configure.ac, Makefile.am or the
|
apply to the Autotools build system, i.e. configure.ac, Makefile.am or the
|
||||||
Autoconf macros in the 'macros/' directory.
|
Autoconf macros in the 'macros/' directory.
|
||||||
|
@ -110,7 +110,7 @@ The old file will be copied to 'moonmelter.c.orig' as a back up.
|
||||||
|
|
||||||
* One space between a conditional key word and its opening parentheses.
|
* One space between a conditional key word and its opening parentheses.
|
||||||
|
|
||||||
* No space between a function name and its opening paretheses.
|
* No space between a function name and its opening parentheses.
|
||||||
|
|
||||||
* No space between a pointer operator ('*') and the pointer name. Likewise
|
* No space between a pointer operator ('*') and the pointer name. Likewise
|
||||||
for the address operator ('&'). Exception: In a function prototype and
|
for the address operator ('&'). Exception: In a function prototype and
|
||||||
|
|
|
@ -483,7 +483,7 @@ If
|
||||||
.B Readline
|
.B Readline
|
||||||
library development files are found at configure time,
|
library development files are found at configure time,
|
||||||
.B ampctl
|
.B ampctl
|
||||||
will be conditonally built with Readline support for command and argument entry.
|
will be conditionally built with Readline support for command and argument entry.
|
||||||
Readline command key bindings are at their defaults as described in the
|
Readline command key bindings are at their defaults as described in the
|
||||||
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
||||||
Readline manual
|
Readline manual
|
||||||
|
|
|
@ -1356,7 +1356,7 @@ Set
|
||||||
.IP
|
.IP
|
||||||
Set vfo option Status 1=on or 0=off
|
Set vfo option Status 1=on or 0=off
|
||||||
This is the same as using the -o switch for rigctl and ritctld.
|
This is the same as using the -o switch for rigctl and ritctld.
|
||||||
This can be dyamically changed while running.
|
This can be dynamically changed while running.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR get_separator
|
.BR get_separator
|
||||||
|
@ -1371,9 +1371,9 @@ Set
|
||||||
.RI \(aq SeparatorChar \(aq
|
.RI \(aq SeparatorChar \(aq
|
||||||
.IP
|
.IP
|
||||||
Change rigctld response to use a special char instead of newline (recommend #).
|
Change rigctld response to use a special char instead of newline (recommend #).
|
||||||
This can be dyamically changed while running.
|
This can be dynamically changed while running.
|
||||||
Handy for node-red's tcprequest node.
|
Handy for node-red's tcprequest node.
|
||||||
This can be dyamically changed while running.
|
This can be dynamically changed while running.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR pause " \(aq" \fISeconds\fP \(aq
|
.BR pause " \(aq" \fISeconds\fP \(aq
|
||||||
|
@ -1451,7 +1451,7 @@ If
|
||||||
.B Readline
|
.B Readline
|
||||||
library development files are found at configure time,
|
library development files are found at configure time,
|
||||||
.B rigctl
|
.B rigctl
|
||||||
will be conditonally built with Readline support for command and argument entry.
|
will be conditionally built with Readline support for command and argument entry.
|
||||||
Readline command key bindings are at their defaults as described in the
|
Readline command key bindings are at their defaults as described in the
|
||||||
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
||||||
Readline manual
|
Readline manual
|
||||||
|
|
|
@ -1193,7 +1193,7 @@ Set
|
||||||
.IP
|
.IP
|
||||||
Set vfo option Status 1=on or 0=off
|
Set vfo option Status 1=on or 0=off
|
||||||
This is the same as using the -o switch for rigctl and ritctld.
|
This is the same as using the -o switch for rigctl and ritctld.
|
||||||
This can be dyamically changed while running.
|
This can be dynamically changed while running.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR set_lock_mode " \(aq" \fILocked\fP \(aq
|
.BR set_lock_mode " \(aq" \fILocked\fP \(aq
|
||||||
|
|
|
@ -29,7 +29,7 @@ rigctlsync \- synchronize a rig to SDR# (or other rig)
|
||||||
.YS
|
.YS
|
||||||
.
|
.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Allows you to synchornize frequence from a rig to SDR#.
|
Allows you to synchornize frequency from a rig to SDR#.
|
||||||
Best when used with rigctld, FlRig, or a multiport radio.
|
Best when used with rigctld, FlRig, or a multiport radio.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -658,7 +658,7 @@ If
|
||||||
.B Readline
|
.B Readline
|
||||||
library development files are found at configure time,
|
library development files are found at configure time,
|
||||||
.B rotctl
|
.B rotctl
|
||||||
will be conditonally built with Readline support for command and argument entry.
|
will be conditionally built with Readline support for command and argument entry.
|
||||||
Readline command key bindings are at their defaults as described in the
|
Readline command key bindings are at their defaults as described in the
|
||||||
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
.UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html
|
||||||
Readline manual
|
Readline manual
|
||||||
|
|
|
@ -95,7 +95,7 @@ SourceForge.net Hamlib files
|
||||||
.UE
|
.UE
|
||||||
Web page.
|
Web page.
|
||||||
.
|
.
|
||||||
RCs are identifed by having a
|
RCs are identified by having a
|
||||||
.I ~rcX
|
.I ~rcX
|
||||||
suffix where the
|
suffix where the
|
||||||
.I X
|
.I X
|
||||||
|
@ -641,7 +641,7 @@ are generated.
|
||||||
In the top-level directory is the
|
In the top-level directory is the
|
||||||
.B bootstrap
|
.B bootstrap
|
||||||
script from which the build system is
|
script from which the build system is
|
||||||
.IR bootsrapped\(emthe
|
.IR bootstrapped\(emthe
|
||||||
process of generating the Hamlib build system from
|
process of generating the Hamlib build system from
|
||||||
.I configure.ac
|
.I configure.ac
|
||||||
and the various
|
and the various
|
||||||
|
|
|
@ -6,5 +6,5 @@ Minor annoyance - the mount will automatically start siderial tracking after a s
|
||||||
|
|
||||||
Bigger annoyance - Be careful with the GEM mounts (iEQ30, iEQ45) in alt-az mode. The dec/el motor cord easily catches on the ra/az clutch knobs when slewing in az. I attached a small standoff to keep the cord out of the way.
|
Bigger annoyance - Be careful with the GEM mounts (iEQ30, iEQ45) in alt-az mode. The dec/el motor cord easily catches on the ra/az clutch knobs when slewing in az. I attached a small standoff to keep the cord out of the way.
|
||||||
|
|
||||||
Reccomendation - since the hand controller remains plugged, in I suggest that you use it for calibration, manual slews and setting and going to the zero position.
|
Recommendation - since the hand controller remains plugged, in I suggest that you use it for calibration, manual slews and setting and going to the zero position.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue