always use field{foo} not field {foo}, the latter confuses latexdiff. 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 8f9173d..741d166 100644 --- a/content.tex +++ b/content.tex @@ -874,7 +874,7 @@ subsection{Virtio Structure PCI Capabilities}label{sec:Virtio Transport Option end{lstlisting} Given that the field{cap.length} and field{cap.offset} fields -are only 32 bit, the additional field{offset_hi} and field {length_hi} +are only 32 bit, the additional field{offset_hi} and field{length_hi} fields provide the most significant 32 bits of a total 64 bit offset and length within the BAR specified by field{cap.bar}. -- MST