Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 01:40:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/184649: commit references a PR
Message-ID:  <201312130140.rBD1e0pp020597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/184649; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/184649: commit references a PR
Date: Fri, 13 Dec 2013 01:35:38 +0000 (UTC)

 Author: eadler
 Date: Fri Dec 13 01:35:31 2013
 New Revision: 259282
 URL: http://svnweb.freebsd.org/changeset/base/259282
 
 Log:
   mtest(8): use correct macro in mdoc
   
   	The An macros is used for authors while the Ar macro is used for arguments.
   	AFAIK mcast-addr and ifname are not authors.
   
   PR:		docs/184649
 
 Modified:
   stable/9/usr.sbin/mtest/mtest.8
 Directory Properties:
   stable/9/usr.sbin/mtest/   (props changed)
 
 Modified: stable/9/usr.sbin/mtest/mtest.8
 ==============================================================================
 --- stable/9/usr.sbin/mtest/mtest.8	Fri Dec 13 00:56:05 2013	(r259281)
 +++ stable/9/usr.sbin/mtest/mtest.8	Fri Dec 13 01:35:31 2013	(r259282)
 @@ -131,9 +131,9 @@ to allow traffic from source
  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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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