| Summary: | make.conf manpage shows non-existent make(7) under SEE ALSO | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | hendrik <hendrik> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
hendrik
2001-05-16 19:10:01 UTC
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 r7 , .Xr sendmail 8 .Sh HISTORY --- Christopher Shumway cshumway@titan-project.org cshumway@freebsd.org State Changed From-To: open->closed Fixed, thanks! |