summaryrefslogtreecommitdiff
path: root/doc/make.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/make.1')
-rw-r--r--doc/make.111
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/make.1 b/doc/make.1
index 9d8f8a8a..f02afbee 100644
--- a/doc/make.1
+++ b/doc/make.1
@@ -1,4 +1,4 @@
-.TH MAKE 1 "31 May 2022" "GNU" "User Commands"
+.TH MAKE 1 "26 May 2023" "GNU" "User Commands"
.SH NAME
make \- GNU Make utility to maintain groups of programs
.SH SYNOPSIS
@@ -76,9 +76,8 @@ listing, right near other important files such as
The first name checked,
.IR GNUmakefile ,
is not recommended for most makefiles. You should use this name if you have a
-makefile that is specific to GNU
-.BR make ,
-and will not be understood by other versions of
+makefile that is specific to GNU Make, and will not be understood by other
+versions of
.BR make .
If
.I makefile
@@ -368,9 +367,7 @@ except that the modification time is changed only in the imagination of
.B \-\-warn\-undefined\-variables
Warn when an undefined variable is referenced.
.SH "EXIT STATUS"
-GNU
-.B make
-exits with a status of zero if all makefiles were successfully parsed
+GNU Make exits with a status of zero if all makefiles were successfully parsed
and no targets that were built failed. A status of one will be returned
if the
.B \-q