You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1...

40 lines
1.4 KiB

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;