svn commit: r249375 - in head: sbin/ipfw usr.bin/rctl usr.sbin/bsnmpd/tools/bsnmptools usr.sbin/pmcannotate

Joel Dahl joel at FreeBSD.org
Thu Apr 11 19:05:26 UTC 2013


Author: joel (doc committer)
Date: Thu Apr 11 19:05:24 2013
New Revision: 249375
URL: http://svnweb.freebsd.org/changeset/base/249375

Log:
  Minor spelling and grammar fixes.

Modified:
  head/sbin/ipfw/ipfw.8
  head/usr.bin/rctl/rctl.8
  head/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
  head/usr.sbin/pmcannotate/pmcannotate.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Thu Apr 11 18:47:16 2013	(r249374)
+++ head/sbin/ipfw/ipfw.8	Thu Apr 11 19:05:24 2013	(r249375)
@@ -854,7 +854,7 @@ So, to prevent endless loops in case of 
 and
 .Cm return
 actions don't do any jumps and simply go to the next rule if memory
-can't be allocated or stack overflowed/undeflowed.
+cannot be allocated or stack overflowed/underflowed.
 .Pp
 Internally stack for rule numbers is implemented using
 .Xr mbuf_tags 9

Modified: head/usr.bin/rctl/rctl.8
==============================================================================
--- head/usr.bin/rctl/rctl.8	Thu Apr 11 18:47:16 2013	(r249374)
+++ head/usr.bin/rctl/rctl.8	Thu Apr 11 19:05:24 2013	(r249375)
@@ -162,7 +162,7 @@ See
 for a list of supported signals.
 .Pp
 Not all actions are supported for all resources.
-Attempt to add rule with action not supported by a given resouce will result
+Attempt to add rule with action not supported by a given resource will result
 in error.
 .Pp
 Note that limiting RSS may kill the machine due to thrashing.

Modified: head/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
==============================================================================
--- head/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1	Thu Apr 11 18:47:16 2013	(r249374)
+++ head/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1	Thu Apr 11 19:05:24 2013	(r249375)
@@ -108,7 +108,7 @@ Depending on the options
 .Nm bsnmpget
 constructs either a SMNP GetRequest, GetNextRequest
 or a GetBulkRequest packet, fills in the object identifiers (OIDs) of the
-objects whose values will be retrived, waits for a response and prints it if
+objects whose values will be retrieved, waits for a response and prints it if
 received successfully.
 .Pp
 .Nm Bsnmpwalk
@@ -259,7 +259,7 @@ for
 and getnext for
 .Nm bsnmpwalk .
 Getbulk allows executing the so called SNMP "bulkwalks" allowing the values of
-multiple columns to be retrived in a single PDU by
+multiple columns to be retrieved in a single PDU by
 .Nm bsnmpwalk .
 .It Fl r Ar retries
 Number of resends of request packets before giving up if the agent does
@@ -332,7 +332,7 @@ will use version 2.
 Note that GetBulkRequest-PDUs were introduced in SNMPv2 thus setting the
 version to 1 is incompatiable with sending a GetBulk PDU.
 .It OID
-The object identifier whose value to retrive.
+The object identifier whose value to retrieve.
 At least one OID should be provided for
 .Nm bsnmpget
 to be able to send a request.
@@ -340,7 +340,7 @@ to be able to send a request.
 For
 .Nm bsnmpwalk
 this is the root object identifier of the subtree whose values are to be
-retrived.
+retrieved.
 If no OID is provided
 .Nm bsnmpwalk
 will walk the mib2 subtree rooted

Modified: head/usr.sbin/pmcannotate/pmcannotate.8
==============================================================================
--- head/usr.sbin/pmcannotate/pmcannotate.8	Thu Apr 11 18:47:16 2013	(r249374)
+++ head/usr.sbin/pmcannotate/pmcannotate.8	Thu Apr 11 19:05:24 2013	(r249375)
@@ -45,7 +45,7 @@ The
 .Nm
 utility can produce both C sources or assembly sources of a program with
 a line-by-line based profiling.
-The profiling informations are retrieved through a
+The profiling information is retrieved through a
 .Xr pmcstat 8
 raw output while the program operations are retrieved through the
 .Xr objdump 1
@@ -71,9 +71,9 @@ The following options are available:
 .Bl -tag -width indent
 .It Fl a
 Shows the program profiling inlined in the assembly code only.
-No C informations involving C sources are provided.
+No C information involving C sources is provided.
 .It Fl h
-Prints out informations about the usage of the tool.
+Prints out information about the usage of the tool.
 .It Fl l Ar level
 Changes the lower bound (expressed in percentage) for traced functions
 that will be printed out in the report.


More information about the svn-src-head mailing list