summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/ipfw/ipfw.82
-rw-r--r--usr.bin/rctl/rctl.82
-rw-r--r--usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.18
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.86
4 files changed, 9 insertions, 9 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 89e994d..2047385 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -854,7 +854,7 @@ So, to prevent endless loops in case of mistakes, both
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
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 556c73a..6b2f4da 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -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.
diff --git a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
index 57a85d6..16eec25 100644
--- a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
+++ b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
@@ -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
diff --git a/usr.sbin/pmcannotate/pmcannotate.8 b/usr.sbin/pmcannotate/pmcannotate.8
index 17c7c0e..8f791c1 100644
--- a/usr.sbin/pmcannotate/pmcannotate.8
+++ b/usr.sbin/pmcannotate/pmcannotate.8
@@ -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.
OpenPOWER on IntegriCloud