diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-17 01:52:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-17 01:52:46 +0200 |
commit | b019f1e9724688781a9cacd6c20df38b443201f4 (patch) | |
tree | 5d762795d213e9b5e2aae5d1b6df475af3b61a95 | |
parent | be28c1ee811485e5bbdb44b9c7eac189168d8494 (diff) |
documentation update (icmp_req and icmp_seq work)
-rwxr-xr-x | bin/ekgping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ekgping b/bin/ekgping index dab8159..2014f65 100755 --- a/bin/ekgping +++ b/bin/ekgping @@ -268,7 +268,7 @@ None. B<ekgping> parses the output of ping(1), which means it assumes a certain output style. It will only work with ping(1) programs whose C<< ping -n >> output matches -"<digit> bytes from <ip>: icmp_req=<digit> ttl=<digit> time=<float>". +"<digit> bytes from <ip>: icmp_(r|s)eq=<digit> ttl=<digit> time=<float>". There have been reports about ekgping randomly skipping beeps. This might be an SDL problem, use C<< ekgping -t 0.8 >> as workaround. |