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> --- content.tex 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: egin{lstlisting} struct virtio_scsi_ctrl { le32 type; -ldots + ... u8 response; }; -- MST