=================================================================== RCS file: /cvs/pod2mdoc/index.xml,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- pod2mdoc/index.xml 2014/04/02 08:14:27 1.2 +++ pod2mdoc/index.xml 2014/07/19 00:47:38 1.6 @@ -36,7 +36,7 @@

The pod2mdoc utility is a converter from POD into mdoc. + href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sec=7">mdoc. It's meant to operate like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a standalone By way of being a presentational language, POD is not well-represented by mdoc(7). - Semantic content will be necessarily lost. + Semantic content must be inferred and may be wrong.

Contact Kristaps with questions, but please make sure any formatting issue hasn't already been covered in the manual.

- New in version @VERSION@... + New in version 0.0.13 (July 19, 2014)

- More smarts in converting SYNOPSIS sections into useful mdoc(7). + Proper translation of POD commands + and formatting codes into mdoc macros, + including correct whitespace handling. + Only capital ASCII letters A-Z + can start a formatting code. + Do not skip the content of invalid + formatting codes. + Improved handling of filename extensions.

+

+ New in version 0.0.12 (July 11, 2014) +

+

+ Render B<NULL> as .Dv NULL. + Correctly check the number of arguments. + Show the usage() message if there are too many arguments. + Mention the optional "file" argument in the usage() message. +

+

+ New in version 0.0.11 (April 7, 2014) +

+

+ Properly render #include in the SYNOPSIS with In. + Handle nested escape codes in L<> links (and ignore them). + Properly consume whitespace following X<> and N<>. +