virtio — archive
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]
[PATCH] 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 <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> --- 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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]