summaryrefslogtreecommitdiffstats
path: root/contrib/gen_manual
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-11 02:02:56 (GMT)
committerYann Collet <cyan@fb.com>2016-11-11 02:02:56 (GMT)
commitc72d2f5b10d7654bb481f060c04ecdfd5951700f (patch)
tree879045bb39d7f4e52dc7077b7829df91af33319f /contrib/gen_manual
parent7d2e4b3cfe7edeaf5ff0d71c672a47086bdbdad2 (diff)
downloadlz4-c72d2f5b10d7654bb481f060c04ecdfd5951700f.zip
lz4-c72d2f5b10d7654bb481f060c04ecdfd5951700f.tar.gz
lz4-c72d2f5b10d7654bb481f060c04ecdfd5951700f.tar.bz2
minor typo
Diffstat (limited to 'contrib/gen_manual')
-rw-r--r--contrib/gen_manual/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gen_manual/README.md b/contrib/gen_manual/README.md
index 853e623..7664ac6 100644
--- a/contrib/gen_manual/README.md
+++ b/contrib/gen_manual/README.md
@@ -1,5 +1,5 @@
-gen_manual - a program for automatic generation of lz4 manual
-=============================================================
+gen_manual - a program for automatic generation of manual from source code
+==========================================================================
#### Introduction
@@ -24,7 +24,7 @@ The program requires 3 parameters:
gen_manual [lz4_version] [input_file] [output_html]
```
-To compile program and generate lz4 manual we have used:
+To compile program and generate lz4 manual we have used:
```
make
./gen_manual.exe 1.7.3 ../../lib/lz4.h lz4_manual.html