From nobody@FreeBSD.org  Wed May 16 11:03:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 51E2937B422
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 May 2001 11:03:23 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f4GI3Ng79382;
	Wed, 16 May 2001 11:03:23 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200105161803.f4GI3Ng79382@freefall.freebsd.org>
Date: Wed, 16 May 2001 11:03:23 -0700 (PDT)
From: hendrik@scholz.net
To: freebsd-gnats-submit@FreeBSD.org
Subject: make.conf manpage shows non-existent make(7) under SEE ALSO
X-Send-Pr-Version: www-1.0

>Number:         27392
>Category:       docs
>Synopsis:       make.conf manpage shows non-existent make(7) under SEE ALSO
>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:   Wed May 16 11:10:01 PDT 2001
>Closed-Date:    Thu May 17 00:08:36 PDT 2001
>Last-Modified:  Thu May 17 00:08:55 PDT 2001
>Originator:     Hendrik Scholz
>Release:        4.3-STABLE
>Organization:
>Environment:
FreeBSD perikles.lan.raisdorf.net 4.3-STABLE FreeBSD 4.3-STABLE #18: Sat May 12 22:06:08 CEST 2001     hscholz@perikles.lan.raisdorf.net:/usr/src/sys/compile/PERIKLES  i386

>Description:
The manpage of make.conf(5) shows serveral references in the SEE ALSO
section. The make(7) manpage does not exist.
>How-To-Repeat:

>Fix:
Delete the reference to make(7)
>Release-Note:
>Audit-Trail:

From: Christopher Shumway <cshumway@titan-project.org>
To: <hendrik@scholz.net>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: docs/27392: make.conf manpage shows non-existent make(7) under
 SEE ALSO
Date: Wed, 16 May 2001 12:45:57 -0700 (PDT)

 On Wed, 16 May 2001 hendrik@scholz.net wrote:
 
 >
 > >Number:         27392
 > >Category:       docs
 > >Synopsis:       make.conf manpage shows non-existent make(7) under SEE ALSO
 > >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:   Wed May 16 11:10:01 PDT 2001
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Hendrik Scholz
 > >Release:        4.3-STABLE
 > >Organization:
 > >Environment:
 > FreeBSD perikles.lan.raisdorf.net 4.3-STABLE FreeBSD 4.3-STABLE #18: Sat May 12 22:06:08 CEST 2001     hscholz@perikles.lan.raisdorf.net:/usr/src/sys/compile/PERIKLES  i386
 >
 > >Description:
 > The manpage of make.conf(5) shows serveral references in the SEE ALSO
 > section. The make(7) manpage does not exist.
 > >How-To-Repeat:
 >
 > >Fix:
 > Delete the reference to make(7)
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 
 I think its supposed to point to make(1).
 
 Index: src/share/man/man5/make.conf.5
 ===================================================================
 RCS file: /host/cvs/usr/home/ncvs/src/share/man/man5/make.conf.5,v
 retrieving revision 1.12.2.1
 diff -u -r1.12.2.1 make.conf.5
 --- src/share/man/man5/make.conf.5      2001/03/08 05:44:45     1.12.2.1
 +++ src/share/man/man5/make.conf.5      2001/05/16 19:39:16
 @@ -751,7 +751,7 @@
  .Xr install 1 ,
  .Xr lpd 8 ,
  .Xr make 1 ,
 -.Xr make 7 ,
 +.Xr make 1 ,
  .Xr ports 7 ,
  .Xr sendmail 8
  .Sh HISTORY
 
 ---
 Christopher Shumway                       cshumway@titan-project.org
                                           cshumway@freebsd.org
 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Thu May 17 00:08:36 PDT 2001 
State-Changed-Why:  
Fixed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27392 
>Unformatted:
