Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 04:30:00 GMT
From:      "Constantine A. Murenin" <cnst++@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/184649: 2 typos in usr.sbin/mtest/mtest.8 (s#\.An#\.Ar#)
Message-ID:  <201312100430.rBA4U0nu062947@oldred.freebsd.org>
Resent-Message-ID: <201312100440.rBA4e0QW015654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184649
>Category:       docs
>Synopsis:       2 typos in usr.sbin/mtest/mtest.8 (s#\.An#\.Ar#)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 10 04:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Constantine A. Murenin
>Release:        
>Organization:
>Environment:
>Description:
There appears to be a typo, x2, in usr.sbin/mtest/mtest.8, introduced 2007-03-08.

http://svnweb.freebsd.org/base/head/usr.sbin/mtest/mtest.8?r1=167345&r2=167346
>How-To-Repeat:
% find src | xargs grep "^\.An " | cut -d: -f2 | grep -v "^\.An [A-Z]" | fgrep -v ".An -nosplit"
..
.An mcast-addr
.An ifname .
..
>Fix:
Index: mtest.8
===================================================================
RCS file: /cvs/FreeBSD-CVS/src/usr.sbin/mtest/mtest.8,v
retrieving revision 1.15
diff -u -p -8 -r1.15 mtest.8
--- mtest.8	17 Nov 2012 01:54:49 -0000	1.15
+++ mtest.8	10 Dec 2013 04:18:07 -0000
@@ -126,19 +126,19 @@ on interface
 to allow traffic from source
 .Ar source-addr .
 .\"
 .Pp
 .It Ic g Ar mcast-addr Ar ifname Ar n
 Print
 .Ar n
 source filter entries for
-.An mcast-addr
+.Ar mcast-addr
 on interface
-.An ifname .
+.Ar ifname .
 .\"
 .Pp
 .It Ic f Ar filename
 Read commands from the file
 .Ar filename .
 .It Ic s Ar n
 Sleep for
 .Ar n


>Release-Note:
>Audit-Trail:
>Unformatted:



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