summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2011-11-22 21:10:24 +0000
committerThomas Habets <thomas@habets.se>2011-11-22 21:10:28 +0000
commit33935e9242a13e358bf9027d09b9d0faa276c61d (patch)
treeeeee409b5645ecfcafd057e249c389dbd68ebd15
parent9bcb73b733210fea0639293fd7914573a5cca56d (diff)
downloadarping-33935e9242a13e358bf9027d09b9d0faa276c61d.tar.gz
correct docs wrt dots and bangs
-rw-r--r--doc/arping.82
-rw-r--r--doc/arping.yodl2
-rw-r--r--src/arping.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/arping.8 b/doc/arping.8
index 034e49f..bdbc50e 100644
--- a/doc/arping.8
+++ b/doc/arping.8
@@ -63,7 +63,7 @@ Only send \fIcount\fP requests\&.
Find duplicate replies\&. Exit with 1 if there are answers from
two different MAC addresses\&.
.IP "\-D"
-Display answers as dots and missing packets as exclamation points\&.
+Display answers as exclamation points and missing packets as dots\&.
Like flood ping on a Cisco\&.
.IP "\-e"
Like \-a but beep when there is no reply\&.
diff --git a/doc/arping.yodl b/doc/arping.yodl
index 3af5cc5..62b64f8 100644
--- a/doc/arping.yodl
+++ b/doc/arping.yodl
@@ -53,7 +53,7 @@ for a host.
dit(-c em(count)) Only send em(count) requests.
dit(-d) Find duplicate replies. Exit with 1 if there are answers from
two different MAC addresses.
- dit(-D) Display answers as dots and missing packets as exclamation points.
+ dit(-D) Display answers as exclamation points and missing packets as dots.
Like flood ping on a Cisco.
dit(-e) Like -a but beep when there is no reply.
dit(-F) Don't try to be smart about the interface name. Even if this
diff --git a/src/arping.c b/src/arping.c
index 5ae73b4..26bb927 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -268,7 +268,7 @@ extended_usage()
" -d Find duplicate replies. Exit with 1 if there are "
"answers from\n"
" two different MAC addresses.\n"
- " -D Display answers as dots and missing packets as exclamation points.\n"
+ " -D Display answers as exclamation points and missing packets as dots.\n"
" -e Like -a but beep when there is no reply.\n"
" -F Don't try to be smart about the interface name. (even if this\n"
" switch is not given, -i overrides smartness)\n"