summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/alert-printlist.c2
-rw-r--r--doc/errcodes.c2
-rw-r--r--doc/printlist.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c
index 869e638da6..7ce8e3e65d 100644
--- a/doc/alert-printlist.c
+++ b/doc/alert-printlist.c
@@ -68,6 +68,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"Alert & ID & Description\\\\\n"
"\\hline}\n"
+#if 0
"\\tablehead{%\n"
"\\hline\n"
"\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -76,6 +77,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
"\\hline}\n"
+#endif
"\\tablelasttail{\\hline}\n"
"\\bottomcaption{The TLS alert table}\n\n";
diff --git a/doc/errcodes.c b/doc/errcodes.c
index 51f0ce0822..f0d2d6e94e 100644
--- a/doc/errcodes.c
+++ b/doc/errcodes.c
@@ -53,6 +53,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\multicolumn{1}{c}{Name} &\n"
"\\multicolumn{1}{c|}{Description} \\\\\n"
"\\hline}\n"
+#if 0
"\\tablehead{%\n"
"\\hline\n"
"\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -61,6 +62,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
"\\hline}\n"
+#endif
"\\tablelasttail{\\hline}\n"
"\\bottomcaption{The error codes table}\n\n";
diff --git a/doc/printlist.c b/doc/printlist.c
index 87d0ca349b..5e7025e167 100644
--- a/doc/printlist.c
+++ b/doc/printlist.c
@@ -172,6 +172,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"Ciphersuite name & TLS ID & Since\\\\\n"
"\\hline}\n"
+#if 0
"\\tablehead{%\n"
"\\hline\n"
"\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -180,6 +181,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
"\\hline}\n"
+#endif
"\\tablelasttail{\\hline}\n"
"\\bottomcaption{The ciphersuites table}\n\n";