From 000a4e652ae65df40f97ced90888df128a1d7e6d Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Tue, 13 Oct 2015 15:41:46 -0700 Subject: [PATCH] USAGE message typos --- tools/tcpaccept | 2 +- tools/tcpaccept_example.txt | 2 +- tools/tcpv4connect | 2 +- tools/tcpv4connect_example.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/tcpaccept b/tools/tcpaccept index b5377c9..0e91063 100755 --- a/tools/tcpaccept +++ b/tools/tcpaccept @@ -25,7 +25,7 @@ import argparse # arguments examples = """examples: - ./tcpaccept # trace all open() syscalls + ./tcpaccept # trace all TCP accept()s ./tcpaccept -t # include timestamps ./tcpaccept -p 181 # only trace PID 181 """ diff --git a/tools/tcpaccept_example.txt b/tools/tcpaccept_example.txt index e378a42..494de1d 100644 --- a/tools/tcpaccept_example.txt +++ b/tools/tcpaccept_example.txt @@ -48,6 +48,6 @@ optional arguments: -p PID, --pid PID trace this PID only examples: - ./tcpaccept # trace all open() syscalls + ./tcpaccept # trace all TCP accept()s ./tcpaccept -t # include timestamps ./tcpaccept -p 181 # only trace PID 181 diff --git a/tools/tcpv4connect b/tools/tcpv4connect index 67a2894..3ea3352 100755 --- a/tools/tcpv4connect +++ b/tools/tcpv4connect @@ -16,7 +16,7 @@ import argparse # arguments examples = """examples: - ./tcpv4connect # trace all open() syscalls + ./tcpv4connect # trace all TCP IPv4 connect()s ./tcpv4connect -t # include timestamps ./tcpv4connect -p 181 # only trace PID 181 """ diff --git a/tools/tcpv4connect_example.txt b/tools/tcpv4connect_example.txt index 91ee89c..559394f 100644 --- a/tools/tcpv4connect_example.txt +++ b/tools/tcpv4connect_example.txt @@ -48,6 +48,6 @@ optional arguments: -p PID, --pid PID trace this PID only examples: - ./tcpv4connect # trace all open() syscalls + ./tcpv4connect # trace all TCP IPv4 connect()s ./tcpv4connect -t # include timestamps ./tcpv4connect -p 181 # only trace PID 181 -- 2.7.4