summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-12-23 14:04:36 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-12-23 14:04:36 +0000
commitebc8f976306c6e53dca1671b8f902bbe8164c21b (patch)
tree3f1dbd4655803180ca89f0007e714d013dd1d91a
parent1e1210c5b0d8afaea3369fd6bb1751162015ab2f (diff)
Revert "formatting: drop \ldots in lstlisting"
This reverts commit 9327a1c9966ec9752aaafa420c7bf2b345cdc9fe. git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@451 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 952b605..66a1ed4 100644
--- a/content.tex
+++ b/content.tex
@@ -4789,7 +4789,7 @@ Requests have the following format:
\begin{lstlisting}
struct virtio_scsi_ctrl {
le32 type;
- ...
+\ldots
u8 response;
};