summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-12-22 08:55:26 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-12-22 08:55:26 +0000
commitcb4e80b32c674a2665ed2868b8f67b14ecaef0a2 (patch)
tree0367c98b13d9ad829e758b2b19e31d899b94ce8c
parent13433973ba6bb8ae1050efd5d0caa7a17a0d9fe8 (diff)
formatting: drop \ldots in lstlisting
\ldots does not work within lstlisting, the result is \ldots verbatim in the PDF output. To fix, replace with a literal ... VIRTIO-115 Cc: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/trunk@440 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r--content.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 5bfb082..91bf9f8 100644
--- a/content.tex
+++ b/content.tex
@@ -4786,7 +4786,7 @@ Requests have the following format:
\begin{lstlisting}
struct virtio_scsi_ctrl {
le32 type;
-\ldots
+ ...
u8 response;
};