svn commit: r195036 - head/sbin/ipfw

Maxim Konovalov maxim at FreeBSD.org
Fri Jun 26 05:09:00 UTC 2009


Author: maxim
Date: Fri Jun 26 05:09:00 2009
New Revision: 195036
URL: http://svn.freebsd.org/changeset/base/195036

Log:
  o Kill grammar nits.
  
  PR:		docs/136061
  Submitted by:	Ben Kaduk
  MFC after:	1 week

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Fri Jun 26 05:08:32 2009	(r195035)
+++ head/sbin/ipfw/ipfw.8	Fri Jun 26 05:09:00 2009	(r195036)
@@ -316,7 +316,7 @@ file systems are mounted (yet) by the ti
 is being run (e.g.\& when they are mounted over NFS).
 Once
 .Fl p
-has been specified, any additional arguments as passed on to the preprocessor
+has been specified, any additional arguments are passed on to the preprocessor
 for interpretation.
 This allows for flexible configuration files (like conditionalizing
 them on the local hostname) and the use of macros to centralize
@@ -1941,7 +1941,7 @@ with
 .Dq "options HZ=1000"
 to reduce
 the granularity to 1ms or less).
-Default value is 0, meaning no delay.
+The default value is 0, meaning no delay.
 .Pp
 .It Cm burst Ar size
 If the data rate exceeds the pipe bandwith limit


More information about the svn-src-all mailing list