From ben@scientia.demon.co.uk  Fri Jun 30 04:34:04 2000
Return-Path: <ben@scientia.demon.co.uk>
Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13])
	by hub.freebsd.org (Postfix) with ESMTP id 12E0D37C465
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jun 2000 04:34:00 -0700 (PDT)
	(envelope-from ben@scientia.demon.co.uk)
Received: from magnesium.scientia.demon.co.uk ([192.168.91.34] ident=exim)
	by scientia.demon.co.uk with esmtp (Exim 3.15 #1)
	id 137z37-000NJ7-00 for FreeBSD-gnats-submit@freebsd.org;
	Fri, 30 Jun 2000 12:33:33 +0100
Received: (from ben) by magnesium.scientia.demon.co.uk (Exim 3.15 #2)
	id 137z37-0009ex-00 for FreeBSD-gnats-submit@freebsd.org;
	Fri, 30 Jun 2000 12:33:33 +0100
Message-Id: <E137z37-0009ex-00@magnesium.scientia.demon.co.uk>
Date: Fri, 30 Jun 2000 12:33:33 +0100
From: Ben Smithurst <ben@scientia.demon.co.uk>
Reply-To: ben@scientia.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: manpages wrongly installed to /usr/share/man (not in a subdirectory)
X-Send-Pr-Version: 3.2

>Number:         19601
>Category:       docs
>Synopsis:       manpages wrongly installed to /usr/share/man (not in a subdirectory)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 30 04:40:01 PDT 2000
>Closed-Date:    Tue Jul 11 04:36:06 PDT 2000
>Last-Modified:  Tue Jul 11 04:36:41 PDT 2000
>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:
Responsible-Changed-From-To: freebsd-doc->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Fri Jun 30 04:50:14 PDT 2000 
Responsible-Changed-Why:  
I'll do this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19601 
State-Changed-From-To: open->feedback 
State-Changed-By: sheldonh 
State-Changed-When: Fri Jun 30 04:50:53 PDT 2000 
State-Changed-Why:  
I've committed your patch to HEAD (-CURRENT).  Are you sure you saw  
this in 3.4-STABLE? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19601 
State-Changed-From-To: feedback->closed 
State-Changed-By: ben 
State-Changed-When: Tue Jul 11 04:36:06 PDT 2000 
State-Changed-Why:  
sheldonh committed this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19601 
>Unformatted:
