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
commit15f795793906ac8b184b5cf9dcbe515ba9df92ef (patch)
tree05edfefadbb99410198d1c280fc40e3a1a501380 /make.1
parent1d992d8fe75f5dbc832cbcfe82e3f56489f7df54 (diff)
downloadgunmake-15f795793906ac8b184b5cf9dcbe515ba9df92ef.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 326bf86..ad86db3 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