summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-19 01:22:38 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-19 01:22:38 +0000
commit23b092a423decab7435a261e46855dad72c01aff (patch)
tree1d325581e53460aac414d3a90ce86485aa936cfb /content.tex
parent1da6ff099ef26e189229e493c28383e293fc0d39 (diff)
net: fix incorrect reference.
It pointed into the block section for some reason. Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@250 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 7e112c7..e7f581b 100644
--- a/content.tex
+++ b/content.tex
@@ -2743,7 +2743,7 @@ VIRTIO_NET_F_MRG_RXBUF case.
Often a driver will suppress transmission interrupts using the
VRING_AVAIL_F_NO_INTERRUPT flag
- (see \ref{sec:Device Types / Block Device}~\nameref{sec:Device Types / Block Device})
+ (see \ref{sec:General Initialization And Device Operation / Device Operation / Receiving Used Buffers From The Device}~\nameref{sec:General Initialization And Device Operation / Device Operation / Receiving Used Buffers From The Device})
and check for used packets in the transmit path of following
packets.