From nobody@FreeBSD.org  Tue Aug 27 01:55:11 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 93CABF33
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2013 01:55:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8267E2080
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2013 01:55:11 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7R1tBP7042955
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2013 01:55:11 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7R1tB4B042951;
	Tue, 27 Aug 2013 01:55:11 GMT
	(envelope-from nobody)
Message-Id: <201308270155.r7R1tB4B042951@oldred.freebsd.org>
Date: Tue, 27 Aug 2013 01:55:11 GMT
From: Steve Wills <swills@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: make is bmake but man make documents pmake
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181576
>Category:       docs
>Synopsis:       make.1: make is bmake but man make documents pmake
>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:   Tue Aug 27 02:00:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Sun May 04 05:30:50 UTC 2014
>Originator:     Steve Wills
>Release:        10-CURRENT r254887
>Organization:
>Environment:
FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r254887: Sun Aug 25 22:43:45 UTC 2013     root@meatwad.mouf.net:/usr/obj/usr/src/sys/MEATWAD  amd64

>Description:
make is bmake, but man make documents pmake. man make starts with:


NAME
     make -- maintain program dependencies

SYNOPSIS
     make [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags]
          [-f makefile] [-I directory] [-J private] [-j max_jobs]
          [-m directory] [-T file] [-V variable] [variable=value] [target ...]

DESCRIPTION
     make is a program designed to simplify the maintenance of other programs.
     Its input is a list of specifications as to the files upon which programs
     and other files depend.  If no -f makefile makefile option is given, make
     will try to open `makefile' then `Makefile' in order to find the specifi-
     cations.  If the file `.depend' exists, it is read (see mkdep(1)).

     This manual page is intended as a reference document only.  For a more
     thorough description of make and makefiles, please refer to PMake - A
     Tutorial.

But make is clearly bmake:

% make -h
usage: make [-BeikNnqrstWwX] 
            [-C directory] [-D variable] [-d flags] [-f makefile]
            [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
            [-V variable] [variable=value] [target ...]
%
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Kubilay Kocak <koobs.freebsd@gmail.com>
To: bug-followup@FreeBSD.org, swills@FreeBSD.org
Cc:  
Subject: Re: bin/181576: make is bmake but man make documents pmake
Date: Sat, 30 Nov 2013 15:48:40 +1100

 Also got bitten by this, gjb@ helped me find the right thing, thank you
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun May 4 05:30:24 UTC 2014 
Responsible-Changed-Why:  
documentation bug. 

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