]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.1: Use "target" from the SYNOPSIS.
authorPaul Smith <psmith@gnu.org>
Sun, 6 Feb 2022 22:53:48 +0000 (17:53 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 6 Feb 2022 23:46:32 +0000 (18:46 -0500)
Reported by Helge Kreutzmann <debian@helgefjell.de>

doc/make.1

index d2cfb7d98ebb5d935092e14694d8098c06811322..cca833facdb2039732a30b5ae81b752a006f805f 100644 (file)
@@ -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