Version Control Commit by mstsirkin

From
<>
Date
2014-12-23T14:04:26+00:00
ID
Thread
Version Control Commit by mstsirkin
Author: mstsirkin
Date: 2014-12-23 14:04:58 +0000 (Tue, 23 Dec 2014)
New Revision: 452
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=452&sc=1

Modified:
   branches/v1.0/content.tex
Log:
formatting: escape \ldots in lstlisting

\ldots does not work within lstlisting, the result is
\ldots verbatim in the PDF output.

To fix, make $ an escape character, and escape the sequence:
$\ldots$

VIRTIO-115

Cc: Thomas Huth <>
Signed-off-by: Michael S. Tsirkin <>