From ee295a1f5bd5b5a42a0446d57f821566adce9818 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 27 Nov 2011 06:55:57 +0000 Subject: [PATCH] Remove a seemingly unnecessary [1] ellipsis from netmap.4. Spotted by: manlint [1] --- share/man/man4/netmap.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4 index 8b646f9fa070..1ad574de027a 100644 --- a/share/man/man4/netmap.4 +++ b/share/man/man4/netmap.4 @@ -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;