summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-16 15:23:50 -0700
committerJosh Stone <jistone@redhat.com>2009-09-16 15:23:50 -0700
commitb57367210bd84bdbf6a78785905127fb7711e567 (patch)
treeaed5afade259f8af6b9ceadd1d8bf83ed56ce2c8 /man
parent5f4b21e21d7d9503bc27b04d0296adb74adeb86b (diff)
downloadsystemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.tar.gz
systemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.tar.xz
systemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.zip
Spelling fixes in the tapsets
Diffstat (limited to 'man')
-rw-r--r--man/stapprobes.netdev.3stap.in2
-rw-r--r--man/stapprobes.snmp.3stap.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/stapprobes.netdev.3stap.in b/man/stapprobes.netdev.3stap.in
index 9b2e57ed..ff09f150 100644
--- a/man/stapprobes.netdev.3stap.in
+++ b/man/stapprobes.netdev.3stap.in
@@ -70,7 +70,7 @@ Fires when the network device wants to transmit a buffer
The protocol of this packet.
.I truesize
- The size of the the data to be transmitted.
+ The size of the data to be transmitted.
.SH SEE ALSO
.IR stap (1),
diff --git a/man/stapprobes.snmp.3stap.in b/man/stapprobes.snmp.3stap.in
index 3c606932..95da75c9 100644
--- a/man/stapprobes.snmp.3stap.in
+++ b/man/stapprobes.snmp.3stap.in
@@ -23,7 +23,7 @@ This family of probe points enhances the Linux system's implementation of the Si
by allowing the user to collect per-socket statistics. SNMP data is collected in the Linux kernel by counting various events occurring in the networking subsystem. Linux provides one counter for each type of event, thus providing a system-wide collection of network statistics. These statistics can be viewed with the command:
.B netstat -s.
-The probpoints defined in the SNMP group of tapsets allow users to aberrate each SNMP counter into groups of counters. For example, the user may count SNMP events for a single network socket or for a group of sockets.
+The probe points defined in the SNMP group of tapsets allow users to aberrate each SNMP counter into groups of counters. For example, the user may count SNMP events for a single network socket or for a group of sockets.
Severals SNMP tapsets have been created. Each tapset represents a single layer of the network stack and defines a group of counters called management information blocks or MIBs. Currently tapsets are provided that support MIBS for IP, TCP layers and the enhanced linux MIB. See the file /usr/include/linux/snmp.h for a list of MIBS supported by linux.