From mwm@mired.org  Wed Jan 17 02:52:17 2001
Return-Path: <mwm@mired.org>
Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186])
	by hub.freebsd.org (Postfix) with SMTP id C2DC237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Jan 2001 02:52:16 -0800 (PST)
Received: (qmail 1094 invoked by uid 100); 17 Jan 2001 10:52:16 -0000
Message-Id: <20010117105216.1093.qmail@guru.mired.org>
Date: 17 Jan 2001 10:52:16 -0000
From: mwm@mired.org
Reply-To: mwm@mired.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: build(7) man page is not installed.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         24405
>Category:       docs
>Synopsis:       build(7) man page is not installed.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 17 03:00:01 PST 2001
>Closed-Date:    Wed Jan 17 11:12:35 GMT 2001
>Last-Modified:  Wed Jan 17 11:13:25 GMT 2001
>Originator:     Mike Meyer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jan 14 17:33:22 CST 2001 mwm@guru.mired.org:/usr/obj/sharetmp/src/sys/GURU i386


>Description:

The build(7) man page is in share/man/man7, but isn't installed by the
Makefile.

>How-To-Repeat:

	ls /usr/src/share/man/man7/build.7 and not output.
	man build, and not no output.

>Fix:

	Add build to the makefile:

--- Makefile	Tue Oct 17 18:14:19 2000
+++ /tmp/Makefile	Wed Jan 17 04:51:43 2001
@@ -2,8 +2,8 @@
 # $FreeBSD: src/share/man/man7/Makefile,v 1.11 2000/10/17 15:33:29 joe Exp $
 
 #MISSING: eqnchar.7 ms.7 term.7
-MAN7=	ascii.7 clocks.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
-	man.7 mdoc.7 mdoc.samples.7 operator.7 ports.7 security.7 \
+MAN7=	ascii.7 build.7 clocks.7 environ.7 hier.7 hostname.7 intro.7
+	mailaddr.7 man.7 mdoc.7 mdoc.samples.7 operator.7 ports.7 security.7 \
 	style.perl.7
 MLINKS=	intro.7 miscellaneous.7
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ben 
State-Changed-When: Wed Jan 17 11:12:35 GMT 2001 
State-Changed-Why:  
Committed, thanks!  Not sure how I forgot that at the time, sorry. :-( 

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