summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch')
-rw-r--r--sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch b/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch
new file mode 100644
index 000000000000..f0c0570fc46d
--- /dev/null
+++ b/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch
@@ -0,0 +1,39 @@
+ fdl.texi | 2 +-
+ tamu_anova.texi | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/fdl.texi b/fdl.texi
+index 006dec7..6d8114a 100644
+--- a/fdl.texi
++++ b/fdl.texi
+@@ -403,7 +403,7 @@ number of this License, you may choose any version ever published (not
+ as a draft) by the Free Software Foundation.
+ @end enumerate
+
+-@unnumberedsubsec ADDENDUM: How to use this License for your documents
++@unnumberedsec ADDENDUM: How to use this License for your documents
+
+ To use this License in a document you have written, include a copy of
+ the License in the document and put the following copyright and
+diff --git a/tamu_anova.texi b/tamu_anova.texi
+index 8d4cd5b..5fba0e5 100644
+--- a/tamu_anova.texi
++++ b/tamu_anova.texi
+@@ -177,7 +177,7 @@ that the first effect is the fixed effect, while the second effect is the random
+ @section Structures
+ @b{One way table}
+
+-@deftypefn {struct tamu_anova_table}
++@deftypefn {Structures} struct tamu_anova_table
+ @code{struct tamu_anova_table@{
+ long df_tr, df_err, df_tot;
+ double SSTr, SSE, SST, MSTr, MSE, F, p;@};
+@@ -185,7 +185,7 @@ that the first effect is the fixed effect, while the second effect is the random
+ @end deftypefn
+ @*
+ @b{Two way table}
+-@deftypefn {struct tamu_anova_table_twoway}
++@deftypefn {Structures} struct tamu_anova_table_twoway
+ @code{struct tamu_anova_table_twoway @{
+ long
+ dfA, dfB, dfAB, dfT, dfE;