Minor spelling and grammar fixes.

This commit is contained in:
Joel Dahl 2013-04-11 19:05:24 +00:00
parent b1edef175b
commit 2063b2c09b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249375
4 changed files with 9 additions and 9 deletions

View File

@ -854,7 +854,7 @@ So, to prevent endless loops in case of mistakes, both
and and
.Cm return .Cm return
actions don't do any jumps and simply go to the next rule if memory 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 .Pp
Internally stack for rule numbers is implemented using Internally stack for rule numbers is implemented using
.Xr mbuf_tags 9 .Xr mbuf_tags 9

View File

@ -162,7 +162,7 @@ See
for a list of supported signals. for a list of supported signals.
.Pp .Pp
Not all actions are supported for all resources. 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. in error.
.Pp .Pp
Note that limiting RSS may kill the machine due to thrashing. Note that limiting RSS may kill the machine due to thrashing.

View File

@ -108,7 +108,7 @@ Depending on the options
.Nm bsnmpget .Nm bsnmpget
constructs either a SMNP GetRequest, GetNextRequest constructs either a SMNP GetRequest, GetNextRequest
or a GetBulkRequest packet, fills in the object identifiers (OIDs) of the 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. received successfully.
.Pp .Pp
.Nm Bsnmpwalk .Nm Bsnmpwalk
@ -259,7 +259,7 @@ for
and getnext for and getnext for
.Nm bsnmpwalk . .Nm bsnmpwalk .
Getbulk allows executing the so called SNMP "bulkwalks" allowing the values of 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 . .Nm bsnmpwalk .
.It Fl r Ar retries .It Fl r Ar retries
Number of resends of request packets before giving up if the agent does 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 Note that GetBulkRequest-PDUs were introduced in SNMPv2 thus setting the
version to 1 is incompatiable with sending a GetBulk PDU. version to 1 is incompatiable with sending a GetBulk PDU.
.It OID .It OID
The object identifier whose value to retrive. The object identifier whose value to retrieve.
At least one OID should be provided for At least one OID should be provided for
.Nm bsnmpget .Nm bsnmpget
to be able to send a request. to be able to send a request.
@ -340,7 +340,7 @@ to be able to send a request.
For For
.Nm bsnmpwalk .Nm bsnmpwalk
this is the root object identifier of the subtree whose values are to be this is the root object identifier of the subtree whose values are to be
retrived. retrieved.
If no OID is provided If no OID is provided
.Nm bsnmpwalk .Nm bsnmpwalk
will walk the mib2 subtree rooted will walk the mib2 subtree rooted

View File

@ -45,7 +45,7 @@ The
.Nm .Nm
utility can produce both C sources or assembly sources of a program with utility can produce both C sources or assembly sources of a program with
a line-by-line based profiling. a line-by-line based profiling.
The profiling informations are retrieved through a The profiling information is retrieved through a
.Xr pmcstat 8 .Xr pmcstat 8
raw output while the program operations are retrieved through the raw output while the program operations are retrieved through the
.Xr objdump 1 .Xr objdump 1
@ -71,9 +71,9 @@ The following options are available:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl a .It Fl a
Shows the program profiling inlined in the assembly code only. 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 .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 .It Fl l Ar level
Changes the lower bound (expressed in percentage) for traced functions Changes the lower bound (expressed in percentage) for traced functions
that will be printed out in the report. that will be printed out in the report.