svn commit: r228017 - head/share/man/man4

Glen Barber gjb at FreeBSD.org
Sun Nov 27 06:55:58 UTC 2011


Author: gjb (doc committer)
Date: Sun Nov 27 06:55:57 2011
New Revision: 228017
URL: http://svn.freebsd.org/changeset/base/228017

Log:
  Remove a seemingly unnecessary [1] ellipsis from netmap.4.
  
  Spotted by:	manlint [1]

Modified:
  head/share/man/man4/netmap.4

Modified: head/share/man/man4/netmap.4
==============================================================================
--- head/share/man/man4/netmap.4	Sun Nov 27 02:32:08 2011	(r228016)
+++ head/share/man/man4/netmap.4	Sun Nov 27 06:55:57 2011	(r228017)
@@ -155,7 +155,6 @@ Some macros support the access to object
 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;


More information about the svn-src-head mailing list