diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
commit | 78514c9d13534db5603803edfe8e818d9fe11597 (patch) | |
tree | f0e785a8b8d887714133902422483411e6b15a04 /mdocml.1 | |
parent | 995867c9d1e4701682433bd43406c27cdc59599d (diff) | |
download | mandoc-78514c9d13534db5603803edfe8e818d9fe11597.tar.gz |
Considerably improved roff_text parser.
Consolidated noop roff macros.
Diffstat (limited to 'mdocml.1')
-rw-r--r-- | mdocml.1 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -17,10 +17,8 @@ .Sh DESCRIPTION The .Nm -utility parses -.Xr mdoc -formatted manual source and passes results into an output filter. The -only current output filter is +utility parses mdoc formatted manual source and passes results into an +output filter. The only current output filter is .Ar xml , the default. The arguments are as follows: .Bl -tag -width "\-o outfile" |