[BACK]Return to index.xml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pod2mdoc

Diff for /pod2mdoc/index.xml between version 1.7 and 1.10

version 1.7, 2014/11/17 18:46:23 version 1.10, 2016/04/06 15:50:04
Line 2 
Line 2 
 <html>  <html>
         <head>          <head>
                 <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />                  <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
                 <meta charset='utf-8' />                  <meta charset='utf-8' />
                 <title>pod2mdoc | Convert POD data to mdoc input </title>                  <title>pod2mdoc | Convert POD data to mdoc input </title>
                 <style>                  <style>
                         html, body { margin: 0; padding: 0; }                          html, body { margin: 0; padding: 0; }
Line 36 
Line 36 
                         <p>                          <p>
                                 The <span class="nm">pod2mdoc</span> utility is a converter from <a                                  The <span class="nm">pod2mdoc</span> utility is a converter from <a
                                         href="http://perldoc.perl.org/perlpod.html">POD</a> into <a                                          href="http://perldoc.perl.org/perlpod.html">POD</a> into <a
                                         href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&amp;sec=7">mdoc</a>.                                          href="http://man.openbsd.org/mdoc.7">mdoc</a>.
                                 It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it                                  It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it
                                 doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a                                  doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a
                                 standalone <a rel="license"                                  standalone <a rel="license"
Line 63 
Line 63 
                         </p>                          </p>
                         <p>                          <p>
                                 In addition to the release notes given below, a full <a href="ChangeLog">ChangeLog</a> is available.                                  In addition to the release notes given below, a full <a href="ChangeLog">ChangeLog</a> is available.
                           </p>
                           <h2>
                                   New in version 0.2 (May 19, 2015)
                           </h2>
                           <p>
                                   SYNOPSIS preprocessor lines use <code>Fd</code>.
                                   Names found in the SYNOPSIS are remembered
                                   using Marc Espie's ohash library (bundled
                                   for compatibility with operating systems
                                   lacking it); that information is used
                                   subsequently to mark up
                                   function names with <code>Fn</code>,
                                   function arguments with <code>Fa</code>,
                                   type names with <code>Vt</code>,
                                   preprocessor macros with <code>Dv</code>.
                                   Foreign function names are marked up
                                   with <code>Xr</code>.
                                   Whitespace handling has been improved
                                   in many respects (blank lines in literal
                                   displays; re-wrap text lines; new sentence,
                                   new line; better horizontal spacing;
                                   no more whitespace at the end of lines).
                                   Improved handling of closing punctuation.
                                   Escaping of quotes at the beginning of
                                   macro arguments.
                         </p>                          </p>
                         <h2>                          <h2>
                                 New in version 0.1 (November 17, 2014)                                  New in version 0.1 (November 17, 2014)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

CVSweb