From 23b092a423decab7435a261e46855dad72c01aff Mon Sep 17 00:00:00 2001 From: rusty Date: Wed, 19 Feb 2014 01:22:38 +0000 Subject: net: fix incorrect reference. It pointed into the block section for some reason. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@250 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') 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. -- cgit v1.2.3