From: Paul Smith Date: Sun, 6 Feb 2022 22:53:48 +0000 (-0500) Subject: * doc/make.1: Use "target" from the SYNOPSIS. X-Git-Tag: 4.3.90~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdaeca49e988a2a659a8cedf38a79057a3fd9ef8;p=thirdparty%2Fmake.git * doc/make.1: Use "target" from the SYNOPSIS. Reported by Helge Kreutzmann --- 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