summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-18 21:04:14 +0000
committerjmc <jmc@openbsd.org>2007-02-18 21:04:14 +0000
commit86066bc76f785ccf7ab36a6f385c9b2a19277aa3 (patch)
tree0f1ca997dffa114a9ed140b0c1f55310347d5cae
parentunneeded .Op; from Igor Sobrado (diff)
downloadwireguard-openbsd-86066bc76f785ccf7ab36a6f385c9b2a19277aa3.tar.xz
wireguard-openbsd-86066bc76f785ccf7ab36a6f385c9b2a19277aa3.zip
tidy up synopsis and usage; from Igor Sobrado
-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