summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-18 21:04:15 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-18 21:04:15 +0000
commit0f61acf9d0610f189c4dbfc19d271e3a0b4998d8 (patch)
treeaf9af36078ff13a4ab456c1a97c3f3c846f03163 /usr.sbin
parent4c2bd4005b50fa8c703930017e3ef5d343650fa5 (diff)
tidy up synopsis and usage; from Igor Sobrado
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mrouted/main.c4
-rw-r--r--usr.sbin/mrouted/mrouted.86
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index 6ef7654852a..70cdc3679f4 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -26,7 +26,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: main.c,v 1.16 2005/06/16 19:41:23 robert Exp $";
+ "@(#) $Id: main.c,v 1.17 2007/02/18 21:04:14 jmc Exp $";
#endif
extern char *configfilename;
@@ -123,7 +123,7 @@ main(int argc, char *argv[])
if (argc > 0) {
usage: fprintf(stderr,
- "usage: mrouted [-p] [-c configfile] [-d [debug_level]]\n");
+ "usage: mrouted [-p] [-c config_file] [-d [debug_level]]\n");
exit(1);
}
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 6f3e9c54898..393ee9988f6 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mrouted.8,v 1.16 2007/02/06 20:07:16 jmc Exp $
+.\" $OpenBSD: mrouted.8,v 1.17 2007/02/18 21:04:14 jmc Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
@@ -13,9 +13,9 @@
.Nd IP multicast routing daemon
.Sh SYNOPSIS
.Nm mrouted
-.Op Fl c Ar config_file
-.Op Fl d Ar debug_level
.Op Fl p
+.Op Fl c Ar config_file
+.Op Fl d Op Ar debug_level
.Sh DESCRIPTION
.Nm
is an implementation of the Distance-Vector Multicast Routing