diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-15 07:08:52 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-15 07:08:52 +0000 |
commit | 885216263c7b90bf8b3fe9284d6f22d75a7ad7b4 (patch) | |
tree | 6a0f1485e03b97dd0e4b7357cf346656f85ede72 /mdoclint.1 | |
parent | c4b5d8a0192a406d9f04a23e2c8a768a29e01371 (diff) | |
download | mandoc-885216263c7b90bf8b3fe9284d6f22d75a7ad7b4.tar.gz |
mdoclint accepts multiple files
mdocterm punts to nroff if it fails parsing
Diffstat (limited to 'mdoclint.1')
-rw-r--r-- | mdoclint.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |