From d6927385079d4fc8e93729813362b9123340c85e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 19 Mar 2009 18:30:26 +0000 Subject: Fixed mandoc read from stdin. Added some more groff_chars. --- mandoc.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index a3f881b8..52dabb27 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -72,7 +72,9 @@ arguments may be comma-separated, such as .It Ar infile... Read input from zero or more .Ar infile . -If unspecified, reads from stdin. +If unspecified, reads from stdin. If multiple files are specified, +.Nm +will halt with the first failed parse. .El .\" PARAGRAPH .Pp -- cgit