From 9327a1c9966ec9752aaafa420c7bf2b345cdc9fe Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 22 Dec 2014 11:35:31 +0000 Subject: 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 Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@447 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') 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; }; -- cgit v1.2.3