Date: Fri, 30 Jun 2000 12:33:33 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/19601: manpages wrongly installed to /usr/share/man (not in a subdirectory) Message-ID: <E137z37-0009ex-00@magnesium.scientia.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 19601 >Category: docs >Synopsis: manpages wrongly installed to /usr/share/man (not in a subdirectory) >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: Fri Jun 30 04:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ben Smithurst >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: -CURRENT >Description: The brooktree.4.gz and bt.4.gz are incorrectly linked into the /usr/share/man directory instead of keeping themselves to their subdirectories. This was caused by the move from man4.i386, when it was correct to link them into the ".." directory. Now they're just in man4, it's not. >How-To-Repeat: $ ls /usr/share/man >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/src/share/man/man4/Makefile,v retrieving revision 1.93 diff -u -r1.93 Makefile --- Makefile 2000/05/28 17:18:14 1.93 +++ Makefile 2000/06/30 11:30:31 @@ -19,8 +19,6 @@ vpo.4 vr.4 wb.4 wi.4 wx.4 worm.4 xl.4 xpt.4 yp.4 zero.4 MLINKS= bktr.4 brooktree.4 -MLINKS+=bktr.4 ../brooktree.4 -MLINKS+=bt.4 ../bt.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=fpa.4 fea.4 MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipaccounting.4 ipfirewall.4 ipfw.4 >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?E137z37-0009ex-00>