diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-15 18:22:06 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-15 18:35:51 -0800 |
commit | f945e54061f99a2047009f1eca960ac98f8561a1 (patch) | |
tree | 8f7cdc81fc087e5d38a36a2cfd7ca7c33c86c288 /man | |
parent | 8f523b0149f250f733d80357320f92ffbe2a8b8f (diff) |
Updated man page for multiple file inputs.
Diffstat (limited to 'man')
-rw-r--r-- | man/cmark.1.md | 3 | ||||
-rw-r--r-- | man/man1/cmark.1 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/man/cmark.1.md b/man/cmark.1.md index ddc1b42..19a2d14 100644 --- a/man/cmark.1.md +++ b/man/cmark.1.md @@ -18,7 +18,8 @@ cmark [*options*] [file\*] `cmark` acts as a pipe, reading from stdin or from the specified files and writing to stdout. It converts Markdown formatted plain text to HTML, using the conventions described in the CommonMark -spec. +spec. If multiple files are specified, the contents of the files are +simply concatenated before parsing. # OPTIONS diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index 65e10c1..3681456 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -11,6 +11,8 @@ cmark [\f[I]options\f[]] [file*] files and writing to stdout. It converts Markdown formatted plain text to HTML, using the conventions described in the CommonMark spec. +If multiple files are specified, the contents of the files are simply +concatenated before parsing. .SH OPTIONS .TP .B \f[C]\-\-ast\f[] |