From f945e54061f99a2047009f1eca960ac98f8561a1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 15 Nov 2014 18:22:06 -0800 Subject: Updated man page for multiple file inputs. --- man/cmark.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/cmark.1.md') 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 -- cgit v1.2.3