summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2010-05-04 17:46:17 +0200
committerThomas Habets <thomas@habets.pp.se>2010-05-04 17:46:17 +0200
commit49f8e05670eef09421b086acb56e24a699d4fc29 (patch)
tree8f9e46c0b51d85e67c8eb9b8283554d2fedba1eb
parent440bbfc80421579a49a0ba22a4b7dea377337b1f (diff)
downloadarping-49f8e05670eef09421b086acb56e24a699d4fc29.tar.gz
fix manpage warning (line too long)
-rw-r--r--doc/arping.85
-rw-r--r--doc/arping.yodl4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/arping.8 b/doc/arping.8
index f73e6d0..6de448a 100644
--- a/doc/arping.8
+++ b/doc/arping.8
@@ -98,7 +98,10 @@ Set target MAC address to use when pinging IP address\&.
Use -T as target address when pinging MACs that won\&'t
respond to a broadcast ping but perhaps to a directed broadcast\&.
.IP
-\fIExample\fP: To check the address of MAC-A, use knowledge of MAC-B and IP-B\&.
+\fIExample\fP:
+.nf
+.sp
+To check the address of MAC-A, use knowledge of MAC-B and IP-B\&.
.IP
$ arping -S <IP-B> -s <MAC-B> -p <MAC-A>
.IP "-u"
diff --git a/doc/arping.yodl b/doc/arping.yodl
index 1f655bc..18b38f1 100644
--- a/doc/arping.yodl
+++ b/doc/arping.yodl
@@ -76,7 +76,9 @@ out what IP-address a host has without taking an IP-address yourself.
dit(-T em(IP)) Use -T as target address when pinging MACs that won't
respond to a broadcast ping but perhaps to a directed broadcast.
-em(Example): \
+em(Example):
+mancommand(.nf)
+mancommand(.sp)
To check the address of MAC-A, use knowledge of MAC-B and IP-B.
$ arping -S <IP-B> -s <MAC-B> -p <MAC-A>