Remove a seemingly unnecessary [1] ellipsis from netmap.4.

Spotted by:	manlint [1]
This commit is contained in:
Glen Barber 2011-11-27 06:55:57 +00:00
parent a26fef3a21
commit ee295a1f5b

View File

@ -155,7 +155,6 @@ Some macros support the access to objects in the shared memory
region. In particular:
.Bd -literal
struct netmap_if *nifp;
...
struct netmap_ring *txring = NETMAP_TXRING(nifp, i);
struct netmap_ring *rxring = NETMAP_RXRING(nifp, i);
int i = txring->slot[txring->cur].buf_idx;