diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-01-06 22:20:35 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:14:01 -0600 |
commit | 705b1cbae78d8f8e186a0db1ccf523b8ff971419 (patch) | |
tree | 8e432f2cb42628f73e70e6de11d5b92b6c246ebd /system/mdocml/README | |
parent | 727b8dca560cc5848c444c45696530b2ea4e06c0 (diff) | |
download | slackbuilds-705b1cbae78d8f8e186a0db1ccf523b8ff971419.tar.gz |
system/mdocml: Added (UNIX manpage compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mdocml/README')
-rw-r--r-- | system/mdocml/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/mdocml/README b/system/mdocml/README new file mode 100644 index 0000000000..40c03d56a4 --- /dev/null +++ b/system/mdocml/README @@ -0,0 +1,10 @@ +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. +It is small, ISO C, ISC-licensed, and quite fast. + +The tool set features mandoc, based on the libmandoc validating compiler, to +format output for UNIX terminals (with support for wide-character locales), +XHTML, HTML, PostScript, and PDF. It also includes preconv, for recoding +multibyte manuals; demandoc, for emitting only text parts of manuals; mandocdb, +for indexing manuals; and apropos, whatis, and man.cgi (via catman) for +semantic search of manual content. |