From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 27 02:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.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 DB245F92 for ; Tue, 27 Aug 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB203209E for ; Tue, 27 Aug 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7R200Rw053197 for ; Tue, 27 Aug 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7R2007C053196; Tue, 27 Aug 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 27 Aug 2013 02:00:00 GMT Resent-Message-Id: <201308270200.r7R2007C053196@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/181576: make is bmake but man make documents pmake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 02:00:01 -0000 >Number: 181576 >Category: bin >Synopsis: make is bmake but man make documents pmake >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >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: >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: >Unformatted: