From k-horik@yk.rim.or.jp  Wed Feb  3 06:25:51 1999
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13701
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Feb 1999 06:25:49 -0800 (PST)
          (envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp432.yk.rim.or.jp [202.247.165.132])
	by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id XAA07772
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Feb 1999 23:25:43 +0900 (JST)
Message-Id: <19990203232507C.k-horik@yk.rim.or.jp>
Date: Wed, 03 Feb 1999 23:25:07 +0900
From: horikawa@jp.freebsd.org
Sender: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reply-To: horikawa@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: mrouted.8 should not use both -man macro
X-Send-Pr-Version: 3.2

>Number:         9892
>Category:       docs
>Synopsis:       mrouted.8 should not use -man macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb  3 06:30:00 PST 1999
>Closed-Date:    Fri Mar 19 20:29:56 PST 1999
>Last-Modified:  Fri Mar 19 20:30:20 PST 1999
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
jpman Project, Japan FreeBSD Users Group
>Environment:

	src/usr.sbin/mrouted/mrouted.8 revision 1.12 (HEAD and RELENG_3)

>Description:

	mrouted.8 is -mdoc man page, but mrouted.8 uses -man macro
	(.IR mroute 's) as follows:

	.Pp
	The file format is free-form; whitespace (including newlines) is not
	significant.
	The file begins with commands that apply to
	.IR mrouted 's
	overall operation or set defaults.
	.Bl -tag -width indent
	.It cache_lifetime Ar secs


	In formated mrouted.8 page, ".IR mrouted 's" line is ignored
	as follows:

     The file format is free-form; whitespace (including newlines) is not sig-
     nificant.  The file begins with commands that apply to overall operation
     or set defaults.


>How-To-Repeat:

	$ man 8 mrouted

>Fix:
	
	".IR mrouted 's" should be ".Nm mrouted Ns 's"

--- mrouted.8.orig	Wed Feb  3 23:10:54 1999
+++ mrouted.8	Wed Feb  3 23:10:13 1999
@@ -139,7 +139,7 @@
 The file format is free-form; whitespace (including newlines) is not
 significant.
 The file begins with commands that apply to
-.IR mrouted 's
+.Nm mrouted Ns 's
 overall operation or set defaults.
 .Bl -tag -width indent
 .It cache_lifetime Ar secs
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Fri Mar 19 20:29:56 PST 1999 
State-Changed-Why:  
Updated in rev1.13(HEAD) and 1.12.2.1(RELENG_3) 
>Unformatted:
