summaryrefslogtreecommitdiff
path: root/make.1
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-05 20:19:00 -0400
committerPaul Smith <psmith@gnu.org>2013-05-05 20:19:00 -0400
commit953effc1b15513b351794dfd34b6d1012de97781 (patch)
tree05edfefadbb99410198d1c280fc40e3a1a501380 /make.1
parent22ef78e8e0192f319ffae4d8ba64322fa76552de (diff)
downloadmake-953effc1b15513b351794dfd34b6d1012de97781.tar.gz
Rename the -O "job" mode to "line" and "make" to "recurse".
Diffstat (limited to 'make.1')
-rw-r--r--make.16
1 files changed, 3 insertions, 3 deletions
diff --git a/make.1 b/make.1
index 326bf860..ad86db36 100644
--- a/make.1
+++ b/make.1
@@ -230,12 +230,12 @@ is not specified or is
the output from the entire recipe for each target is grouped together. If
.I type
is
-.B job
-the output from each job within a recipe is grouped together.
+.B line
+the output from each line within a recipe is grouped together.
If
.I type
is
-.B make
+.B recurse
output from an entire recursive make is grouped together. If
.I type
is