summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-02-06 17:53:48 -0500
committerPaul Smith <psmith@gnu.org>2022-02-06 18:46:32 -0500
commitbdaeca49e988a2a659a8cedf38a79057a3fd9ef8 (patch)
tree26ba20125e6506ddbdb03ee58ca40fc2750b88df /doc
parent342a9bb54b36fc054c59cec961322a025634229f (diff)
downloadmake-git-bdaeca49e988a2a659a8cedf38a79057a3fd9ef8.tar.gz
* doc/make.1: Use "target" from the SYNOPSIS.
Reported by Helge Kreutzmann <debian@helgefjell.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/make.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/make.1 b/doc/make.1
index d2cfb7d9..cca833fa 100644
--- a/doc/make.1
+++ b/doc/make.1
@@ -48,10 +48,10 @@ files, it issues the commands recorded in the makefile.
.B make
executes commands in the
.I makefile
-to update one or more target
-.IR names ,
+to update one or more
+.IR targets ,
where
-.I name
+.I target
is typically a program.
If no
.B \-f