]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.1: Clean up man page text.
authorPaul Smith <psmith@gnu.org>
Mon, 6 Sep 2021 03:17:26 +0000 (23:17 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 6 Sep 2021 03:17:26 +0000 (23:17 -0400)
doc/make.1

index 1ec661eafec04400de35509ae4e2878df4f19d3f..95568f6110d94b530b5efda6c5efa46520304708 100644 (file)
@@ -26,9 +26,9 @@ To prepare to use
 .BR make ,
 you must write a file called the
 .I makefile
-that describes the relationships among files in your program, and the states
-the commands for updating each file.  In a program, typically the executable
-file is updated from object files, which are in turn made by compiling source
+that describes the relationships among files in your program, and provides
+commands for updating each file.  In a program, typically the executable file
+is updated from object files, which are in turn made by compiling source
 files.
 .LP
 Once a suitable makefile exists, each time you change some source files,