From owner-freebsd-doc Tue Oct 19 8:40: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17DD616E7E for ; Tue, 19 Oct 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60285; Tue, 19 Oct 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: glewis@trc.adelaide.edu.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14418: [Patch] Incorrect paths in man(7) man page Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14418 >Category: docs >Synopsis: [Patch] Incorrect paths in man(7) man page >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: Tue Oct 19 08:40:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message