diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-05-21 10:12:45 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2015-05-21 10:12:45 +0000 |
commit | 2e49873218f722345804f50b6a4d310203428700 (patch) | |
tree | 282c7f5d55ce4f0d6caa7e49c6a653a48c9d568b /content.tex | |
parent | 12527ecbbe4f6b4b5fabfe35d45bc2ce71650d62 (diff) |
content: replace \\note with note environment
\\note just before start of subsection seems to
confuse latex, resulting in incorrect text alignment.
Replace with \begin{note} \end{note}.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@532 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 3d7cf46..d989d98 100644 --- a/content.tex +++ b/content.tex @@ -3471,8 +3471,11 @@ The device MUST set \field{num_buffers} to the number of descriptors used to hold the incoming packet. The device MUST use only a single descriptor if VIRTIO_NET_F_MRG_RXBUF -was not negotiated. \note{This means that \field{num_buffers} will always be 1 +was not negotiated. +\begin{note} +{This means that \field{num_buffers} will always be 1 if VIRTIO_NET_F_MRG_RXBUF is not negotiated.} +\end{note} \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network Device / Device Operation / Processing of Incoming Packets} \label{sec:Device Types / Network Device / Device Operation / Processing of Packets}%old label for latexdiff |