[hamradio-commits] [yagiuda] 03/04: Patches for spelling in the manpages

Dave Hibberd hibby-guest at moszumanska.debian.org
Sat Sep 19 16:26:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

hibby-guest pushed a commit to branch master
in repository yagiuda.

commit 47224e3868f6e2e845a024b9343ed35d01195ec0
Author: Dave Hibberd <d at vehibberd.com>
Date:   Sat Sep 19 17:06:05 2015 +0100

    Patches for spelling in the manpages
---
 .gitignore                        |  1 +
 debian/patches/optopt-declaration |  6 ++---
 debian/patches/spelling.patch     | 53 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/patches/optopt-declaration b/debian/patches/optopt-declaration
index a8bcca8..da8fa67 100644
--- a/debian/patches/optopt-declaration
+++ b/debian/patches/optopt-declaration
@@ -3,10 +3,8 @@ Description: Fix FTBFS on mips/mipsel
 Integrated-by: Ralf Treinen <treinen at debian.org>
 Debian-bug: 593486
 
-Index: yagiuda-1.19/src/getopt.c
-===================================================================
---- yagiuda-1.19.orig/src/getopt.c	2010-08-25 22:15:18.000000000 +0200
-+++ yagiuda-1.19/src/getopt.c	2010-08-25 22:15:57.000000000 +0200
+--- a/src/getopt.c
++++ b/src/getopt.c
 @@ -35,7 +35,7 @@
  
  int     opterr = 1;
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 3f27853..53736dd 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -233,3 +233,56 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  .br
  
  .SH What is what in the .gai file
+--- a/man/man1/optimise.1
++++ b/man/man1/optimise.1
+@@ -206,11 +206,11 @@
+ .br  
+ 64 - apply a linear taper to the lengths.
+ .br
+-128 - Set the driven element to a resonate length. It may/may-not be altered after the first run, depending on the whether or not '1' is invoked too. Eg -e128
+-will make it resonate and keep it there forever. However '-e129' will bring to
++128 \- Set the driven element to a resonate length. It may/may-not be altered after the first run, depending on the whether or not '1' is invoked too. Eg \-e128
++will make it resonate and keep it there forever. However '\-e129' will bring to
+ resonance, then alter to maximuse performance.
+ .in -1.5
+-The elements altered is made from a logical AND of the above, so for example to alter everything, except the driven element length, use -e30, since 2+4+8+16=30.
++The elements altered is made from a logical AND of the above, so for example to alter everything, except the driven element length, use \-e30, since 2+4+8+16=30.
+ The  default is equivalent to 
+ .I -e31
+ , which changes everything possible. Note the
+@@ -237,27 +237,27 @@
+ number of different antenna, then computing a 'fitness' value for each.
+ The fitness value can depend on the gain, FB, real part of the input impedance, reactive part of the input impedance, VSWR or the level of the sidelobes. The
+ integer after the g tells the optimiser what to consider.
+--g1  Use gain
++\-g1  Use gain
+ .br
+--g2  Use FB
++\-g2  Use FB
+ .br
+--g4  Use R
++\-g4  Use R
+ .br
+--g8  Use X
++\-g8  Use X
+ .br
+--g16 Use the SWR
++\-g16 Use the SWR
+ .br
+--g32 Use the level of the sidelobes.
++\-g32 Use the level of the sidelobes.
+ .br
+ 
+-You can use a logical AND of these, so for example -g49 will use a genetic algorithm, optimising for gain, swr and sidelobe level, since 1(gain)+16(SWR)+32(sidelobe level)=49.
++You can use a logical AND of these, so for example \-g49 will use a genetic algorithm, optimising for gain, swr and sidelobe level, since 1(gain)+16(SWR)+32(sidelobe level)=49.
+ .TP
+ .BI \-l percent
+ is a parameter (floating point number) which specifies the maximum percentage
+ change in the positions or lengths of an elements at each iteration. If the
+ option is not used, it will be set internally at 10% for the first 25% of the
+ iterations, 1% for the next 25%, 0.1% for the third 25% of the iterations and
+-0.01% for the last 25% of the iterations. If set to a positive number x (eg optimise -l 0.3 145e10) then the percentage will be set at x% for 25% of iterations, x/10 for the  next 25%, x/100 for the next 25 and x/1000 for the last 25%. If set to a negative number y (eg optimise -l -0.5 145e10) then the paramters will stay fixed at y% (in this example 0.5%) all the time.
++0.01% for the last 25% of the iterations. If set to a positive number x (eg optimise \-l 0.3 145e10) then the percentage will be set at x% for 25% of iterations, x/10 for the  next 25%, x/100 for the next 25 and x/1000 for the last 25%. If set to a negative number y (eg optimise -l -0.5 145e10) then the parameters will stay fixed at y% (in this example 0.5%) all the time.
+ .TP
+ .BI \-m min_offset-from_peak
+ Sets the minimum angle in degrees offset from theta=90 degrees, where the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/yagiuda.git



More information about the pkg-hamradio-commits mailing list