From k-horik@yk.rim.or.jp  Wed Mar 12 03:07:50 1997
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA03710
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Mar 1997 03:07:49 -0800 (PST)
Received: from ppp357.yk.rim.or.jp (ppp357.yk.rim.or.jp [202.247.165.57]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with SMTP id UAA05009; Wed, 12 Mar 1997 20:07:46 +0900 (JST)
Message-Id: <199703121107.UAA05009@mail.yk.rim.or.jp>
Date: Wed, 12 Mar 1997 20:07:15 +0900
From: k-horik@yk.rim.or.jp
Sender: k-horik@yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: roff macro bugs
X-Send-Pr-Version: 3.2

>Number:         2959
>Category:       docs
>Synopsis:       roff macro bugs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 03:10:03 PST 1997
>Closed-Date:    Wed Mar 12 05:22:30 PST 1997
>Last-Modified:  Wed Mar 12 05:23:32 PST 1997
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2
>Organization:
RIMNET
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

	roff macro in routed.8 has something wrong.

>How-To-Repeat:

	man routed

>Fix:
--- routed.8.orig	Wed Mar 12 19:53:11 1997
+++ routed.8	Wed Mar 12 19:55:52 1997
@@ -137,7 +137,7 @@
 .Nm
 records the change in its own tables and updates the kernel routing table
 if the best route to the destination changes.
-The change in the kernel routing tableis reflected in the next batch of
+The change in the kernel routing table is reflected in the next batch of
 .Em response
 packets sent.
 If the next response is not scheduled for a while, a
@@ -215,11 +215,6 @@
 .Pa /etc/gateways
 file.
 .Pp
-While using Router Discovery (which happens by default when
-the system has a single network interface and a Router Discover Advertisement
-is received), there is a single default route and a variable number of
-redirected host routes in the kernel table.
-.Pp
 See the
 .Cm pm_rdisc
 facility described below to support "legacy" systems
@@ -256,7 +251,7 @@
 A better choice is
 .Fl P Cm pm_rdisc
 on the command line or
-.CM pm_rdisc in the
+.Cm pm_rdisc in the
 .Pa /etc/gateways
 file.
 since a larger metric
@@ -312,7 +307,7 @@
 or
 .Em SIGUSR2
 signals or with the
-.Cm rtquery
+.Xr rtquery
 command.
 .It Fl F Ar net[/mask][,metric]
 minimize routes in transmissions via interfaces with addresses that match
@@ -409,7 +404,7 @@
 to the same destination.
 .Pp
 The
-.Em /etc/gateways
+.Pa /etc/gateways
 file is comprised of a series of lines, each in
 one of the following formats or consist of parameters described below:
 .Pp
@@ -450,7 +445,7 @@
 or
 .Xr named 8 ,
 must have been started before
-.Xr routed Ns .)
+.Nm routed Ns .)
 .Pp
 .Ar mask
 is an optional number between 1 and 32 indicating the netmask associated
@@ -491,9 +486,9 @@
 .Ar ifname .
 .It Cm subnet Ns \&= Ns Ar nname[/mask][,metric]
 advertises a route to network
-.AR nname
+.Ar nname
 with mask
-.AR mask
+.Ar mask
 and the supplied metric (default 1).
 This is useful for filling "holes" in CIDR allocations.
 This parameter must appear by itself on a line.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Wed Mar 12 05:22:30 PST 1997 
State-Changed-Why:  
Most of these problems were already fixed in rev 1.7 of routed.8. 
The remaining problems, plus some others I noticed I just fixed  
in rev 1.9. 
>Unformatted:
