Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 15:08:06 -0600 (CST)
From:      fullermd@over-yonder.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/25008: make(1) references non-existent manpage
Message-ID:  <20010211210806.B30D81F51@mortis.sighup.org>

next in thread | raw e-mail | index | archive | help

>Number:         25008
>Category:       bin
>Synopsis:       make(1) references non-existent manpage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 11 13:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jan 9 08:17:25 CST 2001 fullermd@mortis.sighup.org:/usr/src/sys/compile/MORTIS i386


	
>Description:
	make(1) references uname(2), which doesn't exist.  I'm guessing
	uname(3) is what we want.

>How-To-Repeat:
	man make
>Fix:

Index: make.1
===================================================================
RCS file: /usr/cvs/src/usr.bin/make/make.1,v
retrieving revision 1.40
diff -u -r1.40 make.1
--- make.1	2001/02/01 16:37:33	1.40
+++ make.1	2001/02/11 21:06:08
@@ -567,7 +567,7 @@
 is running on, obtained from the
 .Ev MACHINE
 environment variable, or through
-.Xr uname 2
+.Xr uname 3
 if not defined.
 .It Va MACHINE_ARCH
 Name of the machine architecture

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010211210806.B30D81F51>