summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-06-04 12:42:48 +0800
committerWill Estes <westes575@gmail.com>2017-06-04 16:20:04 -0400
commit9e00f250f66678eea21a4b5a4a25cb5b38f35f71 (patch)
treef5a94348be79a7fdd8e2c65f7a964fb4d5ea2ba9 /README.md
parentb4735d6925d7864710421da1bd2707bb1bba43f3 (diff)
doc: formatting fixes in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b979b01..b388c07 100644
--- 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