From 885216263c7b90bf8b3fe9284d6f22d75a7ad7b4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 15 Mar 2009 07:08:52 +0000 Subject: mdoclint accepts multiple files mdocterm punts to nroff if it fails parsing --- mdoclint.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mdoclint.1') diff --git a/mdoclint.1 b/mdoclint.1 index 2be01323..7b00acb1 100644 --- a/mdoclint.1 +++ b/mdoclint.1 @@ -29,7 +29,7 @@ .Op Fl vV .Op Fl f Ns Ar options... .Op Fl W Ns Ar err... -.Op Ar infile +.Op Ar infile... .\" SECTION .Sh DESCRIPTION The @@ -71,7 +71,10 @@ Read input from .Ar infile , which may be .Dq \- -for stdin. +for stdin. If multiple +.Ar infile +arguments are specified, each is processed and the system will exit on +the first failure. .El .\" PARAGRAPH .Pp -- cgit