]> granicus.if.org Git - flex/commitdiff
doc: formatting fixes in README
authorExplorer09 <explorer09@gmail.com>
Sun, 4 Jun 2017 04:42:48 +0000 (12:42 +0800)
committerWill Estes <westes575@gmail.com>
Sun, 4 Jun 2017 20:20:04 +0000 (16:20 -0400)
README.md

index b979b01062c122933f71e94c1f5ff109c1973336..b388c07dd9356800d97a67d4152372ac3bc12544 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ interest:
 * COPYING - flex's copyright and license.
 * doc/ - user documentation.
 * examples/ - containing examples of some possible flex scanners and a
-             few other things. See the file examples/README for more
+              few other things. See the file examples/README for more
               details.
 * tests/ - regression tests. See TESTS/README for details.
 * po/ - internationalization support files.
@@ -43,7 +43,7 @@ repository:
 
 * compiler suite - flex is built with gcc
 * bash, or a good Bourne-style shell
-* m4 - m4 -p needs to work; GNU m4 and a few others are suitable
+* m4 - `m4 -P` needs to work; GNU m4 and a few others are suitable
 * GNU bison;  to generate parse.c from parse.y
 * autoconf; for handling the build system
 * automake; for Makefile generation
@@ -74,12 +74,14 @@ in the top level of the flex source tree.
 This script calls the various tools needed to get flex ready for the
 GNU-style configure script to be able to work.
 
-From this point on, building flex follows the usual  routine:
+From this point on, building flex follows the usual routine:
 
 ```bash
 configure && make && make install
 ```
 
+---
+
 This file is part of flex.
 
 This code is derived from software contributed to Berkeley by