From hohmuth@irs201.inf.tu-dresden.de  Mon Jul 10 08:17:19 1995
Received: from irs201.inf.tu-dresden.de ([141.76.16.201])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA11919
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jul 1995 08:17:02 -0700
Received: (from hohmuth@localhost) by irs201.inf.tu-dresden.de (8.6.11/8.6.9) id RAA00748; Mon, 10 Jul 1995 17:16:23 +0200
Message-Id: <199507101516.RAA00748@irs201.inf.tu-dresden.de>
Date: Mon, 10 Jul 1995 17:16:23 +0200
From: hohmuth@inf.tu-dresden.de
Reply-To: hohmuth@inf.tu-dresden.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: "info send-pr" doesn't find manual node
X-Send-Pr-Version: 3.2

>Number:         607
>Category:       docs
>Synopsis:       "info send-pr" doesn't find manual node
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 10 08:20:01 1995
>Closed-Date:    Sun Jul 23 20:40:55 PDT 1995
>Last-Modified:
>Originator:     Michael Hohmuth
>Release:        FreeBSD 2.0.5-RELEASE i386
>Organization:
Dept. of Computer Science, TU Dresden, Germany
>Environment:

uname -a yields:

    FreeBSD olymp.inf.tu-dresden.de 2.0.5-RELEASE FreeBSD 2.0.5-RELEASE #0: Wed Jul  5 12:39:10  1995     root@olymp.inf.tu-dresden.de:/usr/src/sys/compile/OLYMP  i386

>Description:

Due to a bug in /usr/share/info/dir, "info send-pr" says

    Unable to find the node referenced by "Send-PR".

>How-To-Repeat:

    info send-pr

>Fix:
	
Workaround:

    info -f /usr/share/info/send-pr.info

Fix:  Here's a patch to /usr/share/info/dir (resp. 
/usr/src/gnu/usr.bin/texinfo/info-files/dir):

--- dir~	Mon Jul 10 17:15:31 1995
+++ dir	Mon Jul 10 17:14:59 1995
@@ -19,7 +19,7 @@
 * GAWK: (gawk).			The GNU AWK language interpreter manual.
 * Info: (info).			Manual for this documentation browsing system.
 
-* Send-PR: (send-pr):		Manual for the system used to send problem
+* Send-PR: (send-pr).		Manual for the system used to send problem
 				reports or contributions back to the FreeBSD
 				maintainers.
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sun Jul 23 20:40:55 PDT 1995 
State-Changed-Why:  
Fixed in rev 1.4 of gnu/usr.bin/texinfo/.../dir. 
>Unformatted:



