Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Feb 1999 23:25:07 +0900
From:      horikawa@jp.freebsd.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/9892: mrouted.8 should not use both -man macro
Message-ID:  <19990203232507C.k-horik@yk.rim.or.jp>

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

>Number:         9892
>Category:       docs
>Synopsis:       mrouted.8 should not use -man macro
>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:   Wed Feb  3 06:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990203232507C.k-horik>