summaryrefslogtreecommitdiffstatshomepage
path: root/mdoclint.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:08:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:08:52 +0000
commit8a9d25ae91a360a71e2f1c36d4a327d661dd6270 (patch)
treed7064cf6f4a64fe8e094ef58d02ec2278aabffae /mdoclint.1
parentff2d2efac021b47be5131aeb11372e2fa6c73f0f (diff)
downloadmandoc-8a9d25ae91a360a71e2f1c36d4a327d661dd6270.tar.gz
mandoc-8a9d25ae91a360a71e2f1c36d4a327d661dd6270.tar.zst
mandoc-8a9d25ae91a360a71e2f1c36d4a327d661dd6270.zip
mdoclint accepts multiple files
mdocterm punts to nroff if it fails parsing
Diffstat (limited to 'mdoclint.1')
-rw-r--r--mdoclint.111
1 files changed, 7 insertions, 4 deletions
diff --git a/mdoclint.1 b/mdoclint.1
index 1eefbc16..2c3d13eb 100644
--- a/mdoclint.1
+++ b/mdoclint.1
@@ -1,4 +1,4 @@
-.\" $Id: mdoclint.1,v 1.3 2009/03/09 13:04:01 kristaps Exp $
+.\" $Id: mdoclint.1,v 1.4 2009/03/15 07:08:52 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 9 2009 $
+.Dd $Mdocdate: March 15 2009 $
.Dt mdoclint 1
.Os
.\" SECTION
@@ -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