]> granicus.if.org Git - strace/commitdiff
INSTALL-git.md: enhance phrasing
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 19 Mar 2018 04:49:27 +0000 (05:49 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 20 Mar 2018 13:45:10 +0000 (13:45 +0000)
* INSTALL-git.md: Enhance phrasing.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
INSTALL-git.md

index 64d91c58960b4e805c7f2ed19979769c43a7f5e4..9f41a1d47ae4ee689c11ea902d886c6595de5c1f 100644 (file)
@@ -1,8 +1,9 @@
 Build strace from git repository
 ================================
-If you use the GIT version of strace there will be some files missing
-that you need to build strace.  These files are generated by tools from
-the GNU Autoconf and Automake packages.
+If you use a GIT version of strace source code, there will be some files missing
+that are needed to build strace.  Some of these files are generated by tools
+from the GNU Autoconf and GNU Automake packages.
 
-Note: rather than running `autoreconf` directly, use the `./bootstrap` script
-and follow the instructions given in [INSTALL](INSTALL) file for further installation.
+Note: rather than running `autoreconf` directly, please invoke `./bootstrap`
+script and follow the instructions given in [INSTALL](INSTALL) file for further
+building and installation.