Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 20:07:51 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186456 - head/tools/tools/mctest
Message-ID:  <200812232007.mBNK7pFq012308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Tue Dec 23 20:07:51 2008
New Revision: 186456
URL: http://svn.freebsd.org/changeset/base/186456

Log:
  Fix a bug in the man page where we were not showing the correct flags
  in the explanation. Several of the flags were -i, since it was a copy/paste
  operation.

Modified:
  head/tools/tools/mctest/mctest.1

Modified: head/tools/tools/mctest/mctest.1
==============================================================================
--- head/tools/tools/mctest/mctest.1	Tue Dec 23 20:04:31 2008	(r186455)
+++ head/tools/tools/mctest/mctest.1	Tue Dec 23 20:07:51 2008	(r186456)
@@ -59,9 +59,9 @@ The options are as follows:
 .Bl -tag -width ".Fl d Ar argument"
 .It Fl i Ar interface
 Network interface, which can be found with ifconfig(1).
-.It Fl i Ar group
+.It Fl g Ar group
 Multicast group
-.It Fl i Ar base port
+.It Fl b Ar base port
 Port on which to listen
 .It Fl s Ar size
 Packet size in bytes.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812232007.mBNK7pFq012308>