Bug 181576 - make.1: make is bmake but man make documents pmake
Summary: make.1: make is bmake but man make documents pmake
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 03:00 UTC by Steve Wills
Modified: 2016-06-30 16:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2013-08-27 03:00:00 UTC
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 ...]
%
Comment 1 koobs 2013-11-30 04:48:40 UTC
Also got bitten by this, gjb@ helped me find the right thing, thank you
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-05-04 06:30:24 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

documentation bug.
Comment 3 Simon J. Gerraty freebsd_committer freebsd_triage 2016-06-30 16:56:52 UTC
This appears to have been fixed.