summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2018-12-16 17:18:48 +0000
committerSami Kerola <kerolasa@iki.fi>2018-12-20 20:37:53 +0000
commit3e9536273db3d9fb688337c80c45e4e11c68dfaf (patch)
tree2fab6fbaef3b484bdfdc376ac9d9a6aa2e728022
parent790d882927863e287bbeff38261d98e9cb16797a (diff)
downloadiputils-3e9536273db3d9fb688337c80c45e4e11c68dfaf.tar.gz
man: fix rarpd command name in synopsis
While going through this manual page I noticed --help output being incomplete, so lets sort that out in same go. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--doc/rarpd.xml2
-rw-r--r--rarpd.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/rarpd.xml b/doc/rarpd.xml
index a7629ed..3a9867e 100644
--- a/doc/rarpd.xml
+++ b/doc/rarpd.xml
@@ -19,7 +19,7 @@
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
- <command>arping</command>
+ <command>rarpd</command>
<arg choice='opt'>-aAvde </arg>
<arg choice='opt'>-b <replaceable>bootdir</replaceable></arg>
<arg choice='opt'>-V </arg>
diff --git a/rarpd.c b/rarpd.c
index 2ce8b03..1a8b0fd 100644
--- a/rarpd.c
+++ b/rarpd.c
@@ -82,6 +82,7 @@ void usage(void)
" rarpd [options] [interface]\n"
"\nOptions:\n"
" -A listen also arp messages\n"
+ " -a listen on all the interfaces\n"
" -b <dir> tftpd boot directory\n"
" -d debug mode\n"
" -e /etc/ethers markup alone is fine\n"