diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/mdocml | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) | |
download | ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip |
Notes
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mdocml/pkg-descr b/textproc/mdocml/pkg-descr index 53328dfc1556..25f5e1bd3432 100644 --- a/textproc/mdocml/pkg-descr +++ b/textproc/mdocml/pkg-descr @@ -2,7 +2,7 @@ mdocml is a suite of tools compiling mdoc, the roff macro package of choice for BSD manual pages, and man, the predominant historical package for UNIX manuals. The mission of mdocml is to deprecate groff, the GNU troff implementation, for displaying mdoc pages whilst -providing token support for man. +providing token support for man. mdocml consists of the libmandoc validating compiler and mandoc, which interfaces with the compiler library to format output for UNIX |