From glewis@ares.maths.adelaide.edu.au Tue Oct 19 08:30:26 1999
Return-Path: <glewis@ares.maths.adelaide.edu.au>
Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5])
	by hub.freebsd.org (Postfix) with ESMTP id 8865617458
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Oct 1999 08:30:23 -0700 (PDT)
	(envelope-from glewis@ares.maths.adelaide.edu.au)
Received: (from glewis@localhost)
	by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id BAA28590;
	Wed, 20 Oct 1999 01:00:22 +0930 (CST)
	(envelope-from glewis)
Message-Id: <199910191530.BAA28590@ares.maths.adelaide.edu.au>
Date: Wed, 20 Oct 1999 01:00:22 +0930 (CST)
From: Greg Lewis <glewis@trc.adelaide.edu.au>
Sender: glewis@ares.maths.adelaide.edu.au
Reply-To: glewis@trc.adelaide.edu.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] Incorrect paths in man(7) man page
X-Send-Pr-Version: 3.2

>Number:         14418
>Category:       docs
>Synopsis:       [Patch] Incorrect paths in man(7) man page
>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:   Tue Oct 19 08:40:00 PDT 1999
>Closed-Date:    Sat Oct 30 13:50:49 PDT 1999
>Last-Modified:  Sat Oct 30 13:51:42 PDT 1999
>Originator:     Greg Lewis
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Teletraffic Research Centre
>Environment:

	Problem seem to exist in both FreeBSD 3.2 and 3.3 at least.

>Description:

	The paths for the files listed in the FILES section of the man(7)
	man page are incorrect.  Specifically, /usr/share/lib/tmac should
	be /usr/share/tmac in all cases.

>How-To-Repeat:

	man 7 man

>Fix:
	
--- /usr/src/share/man/man7/man.7       Sat Sep 25 07:43:02 1999
+++ man.7       Wed Oct 20 00:41:58 1999
@@ -315,15 +315,15 @@
 Known defects and limitations, if any.
 .El
 .Sh FILES
-.Bl -tag -width "/usr/share/lib/tmac/tmac.groff_an"
+.Bl -tag -width "/usr/share/tmac/tmac.groff_an"
 .It "/usr/share/lib/tmac/tmac.an"
 Initial file defining the
 .Nm
 package.
-.It "/usr/share/lib/tmac/tmac.groff_an"
+.It "/usr/share/tmac/tmac.groff_an"
 .Nm groff
 source for macro definitions.
-.It "/usr/share/lib/tmac/man.local"
+.It "/usr/share/tmac/man.local"
 local modifications to the
 .Nm
 package.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Oct 30 13:50:49 PDT 1999 
State-Changed-Why:  
Fix in rev 1.3 of man.7. 
>Unformatted:
