Date: Wed, 20 Oct 1999 01:00:22 +0930 (CST) From: Greg Lewis <glewis@trc.adelaide.edu.au> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/14418: [Patch] Incorrect paths in man(7) man page Message-ID: <199910191530.BAA28590@ares.maths.adelaide.edu.au>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910191530.BAA28590>