Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2011 06:55:57 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228017 - head/share/man/man4
Message-ID:  <201111270655.pAR6tvRa026865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111270655.pAR6tvRa026865>