Minor spelling and grammar fixes.
This commit is contained in:
parent
b1edef175b
commit
2063b2c09b
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user