From a52a4d8c59a80d66796429ef2787491581f76326 Mon Sep 17 00:00:00 2001 From: g0vgs Date: Sun, 9 Feb 2003 15:25:20 +0000 Subject: [PATCH] Correct some typos in manuals and help files --- Changes | 5 +++++ cmd/Commands_en.hlp | 10 +++++----- html/adminmanual-1.html | 4 ++-- html/adminmanual-11.html | 10 +++++----- html/adminmanual.html | 2 +- html/installation-1.html | 8 ++++---- html/installation.html | 2 +- sgml/adminmanual.sgml | 16 ++++++++-------- sgml/installation.sgml | 10 +++++----- txt/adminmanual.txt | 16 ++++++++-------- txt/installation.txt | 10 +++++----- 11 files changed, 49 insertions(+), 44 deletions(-) diff --git a/Changes b/Changes index 658b403c..f3c31d58 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +09Feb03======================================================================= +1. Correct some typos in the manuals and update perl modules etc. Also +amend some help files to show correct syntax, around the 'clear' commands +swapping [input] and in each case, translators please take note. +Thanks to Dave N3RD for info. (g0vgs) 20Jan03======================================================================= 1. changed sh/c so that, by default, it only shows the caller's country nodes sh/c all will show the old style full list. "sh/c sk gb" will show the config diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 1ed57e97..65c26e2a 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -286,7 +286,7 @@ remove the whole filter. see CLEAR/SPOTS for a more detailed explanation. -=== 8^CLEAR/ANNOUNCE [input] [0-9|all]^Clear a announce filter line +=== 8^CLEAR/ANNOUNCE [input] [0-9|all]^Clear a announce filter line A sysop can clear an input or normal output filter for a user or the node_default or user_default. @@ -296,7 +296,7 @@ remove the whole filter. see CLEAR/SPOTS for a more detailed explanation. -=== 8^CLEAR/ROUTE [input] [0-9|all]^Clear a route filter line +=== 8^CLEAR/ROUTE [input] [0-9|all]^Clear a route filter line A sysop can clear an input or normal output filter for a user or the node_default or user_default. @@ -323,7 +323,7 @@ If you do: the filter will be completely removed. -=== 8^CLEAR/SPOTS [input] [0-9|all]^Clear a spot filter line +=== 8^CLEAR/SPOTS [input] [0-9|all]^Clear a spot filter line A sysop can clear an input or normal output filter for a user or the node_default or user_default. @@ -333,7 +333,7 @@ remove the whole filter. see CLEAR/SPOTS for a more detailed explanation. -=== 8^CLEAR/WCY [input] [0-9|all]^Clear a WCY filter line +=== 8^CLEAR/WCY [input] [0-9|all]^Clear a WCY filter line A sysop can clear an input or normal output filter for a user or the node_default or user_default. @@ -343,7 +343,7 @@ remove the whole filter. see CLEAR/SPOTS for a more detailed explanation. -=== 8^CLEAR/WWV [input] [0-9|all]^Clear a WWV filter line +=== 8^CLEAR/WWV [input] [0-9|all]^Clear a WWV filter line A sysop can clear an input or normal output filter for a user or the node_default or user_default. diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index e7f0992d..bcafff69 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -507,7 +507,7 @@ $def_hopcount = 5; %nodehops = - +( GB7ADX => { 11 => 8, 12 => 8, 16 => 8, @@ -531,7 +531,7 @@ $def_hopcount = 5; 19 => 8, 21 => 8, }, -}; +);

diff --git a/html/adminmanual-11.html b/html/adminmanual-11.html index e0519f4a..939c8a1a 100644 --- a/html/adminmanual-11.html +++ b/html/adminmanual-11.html @@ -425,7 +425,7 @@ commmands:-

11.16 clear/announce (8)

-

clear/announce [input] <callsign> [0-9|all] Clear an announce filter line

+

clear/announce <callsign> [input] [0-9|all] Clear an announce filter line

A sysop can clear an input or normal output filter for a user or the node_default or user_default.

@@ -433,7 +433,7 @@ node_default or user_default.

11.17 clear/route (8)

-

clear/route [input] ^lt;callsign> [0-9|all] Clear a route filter line

+

clear/route <callsign> [input] [0-9|all] Clear a route filter line

This command allows you to clear (remove) a line in a route filter or to remove the whole filter.

@@ -486,7 +486,7 @@ remove the whole filter.

11.19 clear/spots (extended for sysops) (8)

-

clear/spots [input] <callsign> [0-9|all] Clear a spot filter line

+

clear/spots <callsign> [input] [0-9|all] Clear a spot filter line

A sysop can clear an input or normal output filter for a user or the node_default or user_default.

@@ -503,7 +503,7 @@ remove the whole filter.

11.21 clear/wcy (extended for sysops) (8)

-

clear/wcy [input] <callsign> [0-9|all] Clear a WCY filter line

+

clear/wcy <callsign> [input] [0-9|all] Clear a WCY filter line

A sysop can clear an input or normal output filter for a user or the node_default or user_default.

@@ -520,7 +520,7 @@ remove the whole filter.

11.23 clear/wwv (extended for sysops) (8)

-

clear/wwv [input] <callsign> [0-9|all] Clear a WWV filter line

+

clear/wwv <callsign> [input] [0-9|all] Clear a WWV filter line

A sysop can clear an input or normal output filter for a user or the node_default or user_default.

diff --git a/html/adminmanual.html b/html/adminmanual.html index 37de4cf0..f2400490 100644 --- a/html/adminmanual.html +++ b/html/adminmanual.html @@ -16,7 +16,7 @@ Contents

The DXSpider Administration Manual v1.50

Ian Maude, G0VGS, (g0vgs@gb7mbc.net), and -Charlie Carroll, K1XX, (k1xx@ptcnh.net)

January 2003 revision 0.2 +Charlie Carroll, K1XX, (k1xx@ptcnh.net)February 2003 revision 0.3
A reference for SysOps of the DXSpider DXCluster program.
diff --git a/html/installation-1.html b/html/installation-1.html index fb989dd6..5acb7361 100644 --- a/html/installation-1.html +++ b/html/installation-1.html @@ -41,13 +41,13 @@ perl distribution.

  • -Data-Dumper-2.10.tar.gz
  • +Data-Dumper-2.101.tar.gz
  • TimeDate-1.10.tar.gz
  • IO-1.20.tar.gz (for perl 5.00403 and lower)
  • -Net-Telnet-3.02.tar.gz
  • +Net-Telnet-3.03.tar.gz
  • Curses-1.06.tar.gz
  • @@ -65,7 +65,7 @@ that's where you have put them.

     # tar xvfz /usr/local/packages/Data-Dumper-2.10.tar.gz
    -# cd Data-Dumper-2.10
    +# cd Data-Dumper-2.101
     # perl Makefile.PL
     # make test
     # make install
    @@ -85,7 +85,7 @@ that's where you have put them.

    # make install UNINST=1 # cd .. # -# tar xvfz /usr/local/packages/Net-Telnet-3.02.tar.gz +# tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz # cd Net-Telnet-3.02 # perl Makefile.PL # make test diff --git a/html/installation.html b/html/installation.html index 946ce785..dd53a9c1 100644 --- a/html/installation.html +++ b/html/installation.html @@ -17,7 +17,7 @@ Contents

    Iain Philipps, G0RDI (g0rdi@77hz.com), Ian Maude, G0VGS, (g0vgs@gb7mbc.net) and Charlie -Carroll, K1XX, (k1xx@ptcnh.net)

    September 2002 revision 0.4 +Carroll, K1XX, (k1xx@ptcnh.net)February 2003 revision 0.5
    A reference for SysOps of the DXSpider DXCluster program.
    diff --git a/sgml/adminmanual.sgml b/sgml/adminmanual.sgml index 65e5489c..9222966b 100644 --- a/sgml/adminmanual.sgml +++ b/sgml/adminmanual.sgml @@ -7,7 +7,7 @@ The DXSpider Administration Manual v1.50 Ian Maude, G0VGS, (g0vgs@gb7mbc.net), and Charlie Carroll, K1XX, (k1xx@ptcnh.net) -January 2003 revision 0.2 +February 2003 revision 0.3 A reference for SysOps of the DXSpider DXCluster program. @@ -483,7 +483,7 @@ $def_hopcount = 5; %nodehops = - +( GB7ADX => { 11 => 8, 12 => 8, 16 => 8, @@ -507,7 +507,7 @@ $def_hopcount = 5; 19 => 8, 21 => 8, }, -}; +);

    @@ -2243,7 +2243,7 @@ Order is not important.

    -clear/announce [input] <callsign> [0-9|all] Clear an announce filter line +clear/announce <callsign> [input] [0-9|all] Clear an announce filter line

    @@ -2254,7 +2254,7 @@ node_default or user_default.

    -clear/route [input] ^lt;callsign> [0-9|all] Clear a route filter line +clear/route <callsign> [input] [0-9|all] Clear a route filter line

    @@ -2308,7 +2308,7 @@ the filter will be completely removed.

    -clear/spots [input] <callsign> [0-9|all] Clear a spot filter line +clear/spots <callsign> [input] [0-9|all] Clear a spot filter line

    @@ -2332,7 +2332,7 @@ see CLEAR/SPOTS for a more detailed explanation.

    -clear/wcy [input] <callsign> [0-9|all] Clear a WCY filter line +clear/wcy <callsign> [input] [0-9|all] Clear a WCY filter line

    @@ -2356,7 +2356,7 @@ see CLEAR/SPOTS for a more detailed explanation.

    -clear/wwv [input] <callsign> [0-9|all] Clear a WWV filter line +clear/wwv <callsign> [input] [0-9|all] Clear a WWV filter line

    diff --git a/sgml/installation.sgml b/sgml/installation.sgml index 42564dd8..fd6cd568 100644 --- a/sgml/installation.sgml +++ b/sgml/installation.sgml @@ -8,7 +8,7 @@ Iain Philipps, G0RDI (g0rdi@77hz.com), Ian Maude, G0VGS, (g0vgs@gb7mbc.net) and Charlie Carroll, K1XX, (k1xx@ptcnh.net) -September 2002 revision 0.4 +February 2003 revision 0.5 A reference for SysOps of the DXSpider DXCluster program. @@ -48,10 +48,10 @@ perl distribution.

    - + - + @@ -67,7 +67,7 @@ Log in as 'root', and make sure you're at '/root' before you continue. Here are # tar xvfz /usr/local/packages/Data-Dumper-2.10.tar.gz -# cd Data-Dumper-2.10 +# cd Data-Dumper-2.101 # perl Makefile.PL # make test # make install @@ -87,7 +87,7 @@ Log in as 'root', and make sure you're at '/root' before you continue. Here are # make install UNINST=1 # cd .. # -# tar xvfz /usr/local/packages/Net-Telnet-3.02.tar.gz +# tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz # cd Net-Telnet-3.02 # perl Makefile.PL # make test diff --git a/txt/adminmanual.txt b/txt/adminmanual.txt index e8235a09..622d272a 100644 --- a/txt/adminmanual.txt +++ b/txt/adminmanual.txt @@ -1,7 +1,7 @@ The DXSpider Administration Manual v1.50 Ian Maude, G0VGS, (g0vgs@gb7mbc.net), and Charlie Carroll, K1XX, (k1xx@ptcnh.net) - January 2003 revision 0.2 + February 2003 revision 0.3 A reference for SysOps of the DXSpider DXCluster program. ______________________________________________________________________ @@ -760,7 +760,7 @@ %nodehops = - + ( GB7ADX => { 11 => 8, 12 => 8, 16 => 8, @@ -784,7 +784,7 @@ 19 => 8, 21 => 8, }, - }; + ); @@ -2624,7 +2624,7 @@ 11.16. clear/announce (8) - clear/announce [input] [0-9|all] Clear an announce filter + clear/announce [input] [0-9|all] Clear an announce filter line @@ -2634,7 +2634,7 @@ 11.17. clear/route (8) - clear/route [input] ^lt;callsign> [0-9|all] Clear a route filter line + clear/route [input] [0-9|all] Clear a route filter line This command allows you to clear (remove) a line in a route filter or @@ -2691,7 +2691,7 @@ 11.19. clear/spots (extended for sysops) (8) - clear/spots [input] [0-9|all] Clear a spot filter line + clear/spots [input] [0-9|all] Clear a spot filter line A sysop can clear an input or normal output filter for a user or the @@ -2711,7 +2711,7 @@ 11.21. clear/wcy (extended for sysops) (8) - clear/wcy [input] [0-9|all] Clear a WCY filter line + clear/wcy [input] [0-9|all] Clear a WCY filter line @@ -2732,7 +2732,7 @@ 11.23. clear/wwv (extended for sysops) (8) - clear/wwv [input] [0-9|all] Clear a WWV filter line + clear/wwv [input] [0-9|all] Clear a WWV filter line A sysop can clear an input or normal output filter for a user or the diff --git a/txt/installation.txt b/txt/installation.txt index 7e8b480b..a104d810 100644 --- a/txt/installation.txt +++ b/txt/installation.txt @@ -2,7 +2,7 @@ Iain Philipps, G0RDI (g0rdi@77hz.com), Ian Maude, G0VGS, (g0vgs@gb7mbc.net) and Charlie Carroll, K1XX, (k1xx@ptcnh.net) - September 2002 revision 0.4 + February 2003 revision 0.5 A reference for SysOps of the DXSpider DXCluster program. ______________________________________________________________________ @@ -93,13 +93,13 @@ - o Data-Dumper-2.10.tar.gz + o Data-Dumper-2.101.tar.gz o TimeDate-1.10.tar.gz o IO-1.20.tar.gz (for perl 5.00403 and lower) - o Net-Telnet-3.02.tar.gz + o Net-Telnet-3.03.tar.gz o Curses-1.06.tar.gz @@ -120,7 +120,7 @@ # tar xvfz /usr/local/packages/Data-Dumper-2.10.tar.gz - # cd Data-Dumper-2.10 + # cd Data-Dumper-2.101 # perl Makefile.PL # make test # make install @@ -140,7 +140,7 @@ # make install UNINST=1 # cd .. # - # tar xvfz /usr/local/packages/Net-Telnet-3.02.tar.gz + # tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz # cd Net-Telnet-3.02 # perl Makefile.PL # make test -- 2.34.1