summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-03 00:27:22 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-03 00:27:22 +0000
commitfee371b4b128dbe29cb18f59e8f6df7ded7cc50c (patch)
tree171cb7d0c23f0390ba70f86dd1576183cd249b49
parent6195eab8748671ffa9fb3f55d8502a9542e81a55 (diff)
4.1.2.5: Make table clearer
As suggested by Cornelia Huck. Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@152 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r--content.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/content.tex b/content.tex
index 7472d19..29ae708 100644
--- a/content.tex
+++ b/content.tex
@@ -986,13 +986,13 @@ If you turn it off again, they move back!
Immediately following these general headers, there may be
device-specific headers:
-\begin{tabular}{ |l||l| }
+\begin{tabular}{|l||l|l|}
\hline
-Bits & Device Specific \\
-\hline
-Read/Write & Device Specific \\
-\hline
-Purpose & Device Specific... \\
+Bits & Device Specific & \multirow{3}{*}{...} \\
+\cline{1-2}
+Read / Write & Device Specific & \\
+\cline{1-2}
+Purpose & Device Specific & \\
\hline
\end{tabular}