From owner-svn-src-head@FreeBSD.ORG Tue Dec 23 20:07:51 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF0CB1065674; Tue, 23 Dec 2008 20:07:51 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BC2658FC18; Tue, 23 Dec 2008 20:07:51 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBNK7pQ2012309; Tue, 23 Dec 2008 20:07:51 GMT (envelope-from gnn@svn.freebsd.org) Received: (from gnn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBNK7pFq012308; Tue, 23 Dec 2008 20:07:51 GMT (envelope-from gnn@svn.freebsd.org) Message-Id: <200812232007.mBNK7pFq012308@svn.freebsd.org> From: "George V. Neville-Neil" Date: Tue, 23 Dec 2008 20:07:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186456 - head/tools/tools/mctest X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 20:07:51 -0000 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.