summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
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.