Convert the longest two tables from tableii to longtableii so they do not
make too big a mess.  One actually did not fit on a single page at all!
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 9255e19..c3eb477 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -991,7 +991,7 @@
 % XXX this table is far too large!
 % XXX should this table be alphabetized?
 
-\begin{tableii}{l|l}{code}{Key constant}{Key}
+\begin{longtableii}{l|l}{code}{Key constant}{Key}
   \lineii{KEY_MIN}{Minimum key value}
   \lineii{KEY_BREAK}{ Break key (unreliable) }
   \lineii{KEY_DOWN}{ Down-arrow }
@@ -1086,7 +1086,7 @@
   \lineii{KEY_MOUSE}{ Mouse event has occurred }
   \lineii{KEY_RESIZE}{ Terminal resize event }
   \lineii{KEY_MAX}{Maximum key value}
-\end{tableii}
+\end{longtableii}
 
 On VT100s and their software emulations, such as X terminal emulators,
 there are normally at least four function keys (\constant{KEY_F1},
@@ -1114,7 +1114,7 @@
 \strong{Note:} These are available only after \function{initscr()} has 
 been called.
 
-\begin{tableii}{l|l}{code}{ACS code}{Meaning}
+\begin{longtableii}{l|l}{code}{ACS code}{Meaning}
   \lineii{ACS_BBSS}{alternate name for upper right corner}
   \lineii{ACS_BLOCK}{solid square block}
   \lineii{ACS_BOARD}{board of squares}
@@ -1158,7 +1158,7 @@
   \lineii{ACS_ULCORNER}{upper left corner}
   \lineii{ACS_URCORNER}{upper right corner}
   \lineii{ACS_VLINE}{vertical line}
-\end{tableii}
+\end{longtableii}
 
 The following table lists the predefined colors: