kopia lustrzana https://github.com/Hamlib/Hamlib
Install daemon man files to man1
As the rigctld and rotctld programs are actually user programs and installed in ${prefix}/bin, it was erroneous to install the associated manual pages into the man8 directory. Correct this error going forward and install them into man1 with the other manual pages.libusb-1-0
rodzic
dd79038d9e
commit
efb7860e4d
|
@ -6,9 +6,9 @@
|
|||
|
||||
DISTCLEANFILES = rigctl.log rigctl.sum testbcd.log testbcd.sum
|
||||
|
||||
bin_PROGRAMS = rigctl rigmem rigswr rigsmtr rotctl rigctld rotctld
|
||||
bin_PROGRAMS = rigctl rigctld rigmem rigsmtr rigswr rotctl rotctld
|
||||
|
||||
man_MANS = rigctl.1 rigmem.1 rigswr.1 rigsmtr.1 rotctl.1 rigctld.8 rotctld.8
|
||||
man_MANS = rigctl.1 rigctld.1 rigmem.1 rigsmtr.1 rigswr.1 rotctl.1 rotctld.1
|
||||
|
||||
check_PROGRAMS = dumpmem testrig testtrn testbcd testfreq listrigs testloc rig_bench
|
||||
|
||||
|
|
|
@ -661,5 +661,5 @@ This is free software; see the source for copying conditions.
|
|||
There is NO warranty; not even for MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH SEE ALSO
|
||||
.BR hamlib (3),
|
||||
.BR rigctld(8)
|
||||
.BR rigctld (1),
|
||||
.BR hamlib (3)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH RIGCTLD "8" "March 12, 2013" "Hamlib" "Rig Control Daemon"
|
||||
.TH RIGCTLD "1" "January 12, 2016" "Hamlib" "Rig Control Daemon"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
|
@ -159,5 +159,6 @@ This is free software; see the source for copying conditions.
|
|||
There is NO warranty; not even for MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH SEE ALSO
|
||||
.BR hamlib (3), rigctl (1), rotctl (1)
|
||||
|
||||
.BR rigctl (1),
|
||||
.BR rotctl (1),
|
||||
.BR hamlib (3)
|
||||
|
|
|
@ -382,5 +382,5 @@ This is free software; see the source for copying conditions.
|
|||
There is NO warranty; not even for MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH SEE ALSO
|
||||
.BR hamlib (3),
|
||||
.BR rotctld (8)
|
||||
.BR rotctld (1),
|
||||
.BR hamlib (3)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH ROTCTLD "8" "March 13, 2013" "Hamlib" "Rotator Control Daemon"
|
||||
.TH ROTCTLD "1" "January 12, 2016" "Hamlib" "Rotator Control Daemon"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
|
@ -9,7 +9,7 @@
|
|||
# provide a bit of example code for Perl scripting.
|
||||
#
|
||||
# This program utilizes the Extended Response protocol of rigctld in line
|
||||
# response mode. See the rigctld(8) man page for details.
|
||||
# response mode. See the rigctld(1) man page for details.
|
||||
|
||||
#############################################################################
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@ -454,7 +454,7 @@ do {
|
|||
elsif ($user_in =~ /^\?|^help\b$/) {
|
||||
print <<EOF;
|
||||
|
||||
Commands are entered in the same format as described in the rigctld(8)
|
||||
Commands are entered in the same format as described in the rigctld(1)
|
||||
man page. e.g. lower case letters call \\get commands and upper case
|
||||
letters call \\set commands or long command names may be used.
|
||||
|
||||
|
@ -755,7 +755,7 @@ Enables debugging output to the console.
|
|||
|
||||
=head1 COMMANDS
|
||||
|
||||
Commands are the same as described in the rigctld(8) man page. This is only
|
||||
Commands are the same as described in the rigctld(1) man page. This is only
|
||||
a brief summary.
|
||||
|
||||
F, \set_freq Set frequency in Hz
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# provide a bit of example code for Perl scripting.
|
||||
#
|
||||
# This program utilizes the Extended Response protocol of rotctld in line
|
||||
# response mode. See the rotctld(8) man page for details.
|
||||
# response mode. See the rotctld(1) man page for details.
|
||||
|
||||
#############################################################################
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@ -373,7 +373,7 @@ do {
|
|||
elsif ($user_in =~ /^\?|^help\b$/) {
|
||||
print <<EOF;
|
||||
|
||||
Commands are entered in the same format as described in the rotctld(8)
|
||||
Commands are entered in the same format as described in the rotctld(1)
|
||||
man page. e.g. generally lower case letters call \\get commands and upper
|
||||
case letters call \\set commands or long command names may be used. An
|
||||
exception are the locator commands where paired conversions are arbitrarily
|
||||
|
@ -648,7 +648,7 @@ Enables debugging output to the console.
|
|||
|
||||
=head1 COMMANDS
|
||||
|
||||
Commands are the same as described in the rotctld(8) man page. This is only
|
||||
Commands are the same as described in the rotctld(1) man page. This is only
|
||||
a brief summary.
|
||||
|
||||
P, \set_pos Set the rotor's Azimuth and Elevation
|
||||
|
|
Ładowanie…
Reference in New Issue