OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH] editorial: allow for longer device id table


Move to "longtable" to allow the table to span multiple pages (it
became too long to fit on one page with the latest addition.)

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---

I plan to put this on top of the 1.4 branch when I push the TEE ID. It
centers the table, which looks nicer IMHO.

---
 content.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content.tex b/content.tex
index 644aa4aaeb04..98b9c319a666 100644
--- a/content.tex
+++ b/content.tex
@@ -649,7 +649,7 @@ \chapter{Device Types}\label{sec:Device Types}
 
 Discovering what devices are available and their type is bus-dependent.
 
-\begin{tabular} { |l|c| }
+\begin{longtable} { |l|c| }
 \hline
 Device ID  &  Virtio Device    \\
 \hline \hline
@@ -741,7 +741,7 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 46         &   TEE device \\
 \hline
-\end{tabular}
+\end{longtable}
 
 Some of the devices above are unspecified by this document,
 because they are seen as immature or especially niche.  Be warned
-- 
2.41.0



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]