Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2013 04:10:15 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r254351 - head/share/man/man9
Message-ID:  <201308150410.r7F4AFQf027206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Aug 15 04:10:15 2013
New Revision: 254351
URL: http://svnweb.freebsd.org/changeset/base/254351

Log:
  Fix a typo.
  
  MFC after:	3 days

Modified:
  head/share/man/man9/netisr.9

Modified: head/share/man/man9/netisr.9
==============================================================================
--- head/share/man/man9/netisr.9	Thu Aug 15 04:08:55 2013	(r254350)
+++ head/share/man/man9/netisr.9	Thu Aug 15 04:10:15 2013	(r254351)
@@ -83,7 +83,7 @@ and
 .Nm
 supports multi-processor execution of handlers, and relies on a combination
 of source ordering and protocol-specific ordering and work-placement
-policies to decide how do distribute work across one or more worker
+policies to decide how to distribute work across one or more worker
 threads.
 Registering protocols will declare one of three policies:
 .Bl -tag -width NETISR_POLICY_SOURCE



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