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

Diff for /pod2mdoc/pod2mdoc.1 between version 1.15 and 1.18

version 1.15, 2015/02/13 15:35:15 version 1.18, 2015/05/19 20:10:40
Line 58  preferrably in
Line 58  preferrably in
 .Qq Month Day, Year  .Qq Month Day, Year
 format  format
 .Pc .  .Pc .
 If unspecified,  If unspecified or if
   .Ar date
   is the literal string
   .Cm Mdocdate ,
 .Nm  .Nm
 uses the file modification date or the current date if reading from  uses the file modification date or the current date if reading from
 standard input.  standard input.
   If
   .Ar date
   is the literal string
   .Cm Mdocdate ,
   .Nm
   prepends
   .Qq $Mdocdate:
   to the date and appends a dollar sign, producing the format used by
   .Ox
   .Xr cvs 1 .
 .It Fl n Ar title  .It Fl n Ar title
 Set the document title  Set the document title
 .Pq Sq \&Dt  .Pq Sq \&Dt
Line 107  lines are found at the start of a verbatim paragraph, 
Line 120  lines are found at the start of a verbatim paragraph, 
 with  with
 .Sq \&In .  .Sq \&In .
 .It  .It
   Other lines starting with
   .Sq #
   are rendered with
   .Sq \&Fd .
   .It
   Function declarations are rendered with
   .Sq \&Ft ,
   .Sq \&Fo ,
   and
   .Sq \&Fa .
   .It
 An initial  An initial
 .Li B<>  .Li B<>
 format code is rendered as  format code is rendered as
Line 197  Words followed by
Line 221  Words followed by
 .Qq Pq  .Qq Pq
 that match function names listed in the SYNOPSIS section are marked up with  that match function names listed in the SYNOPSIS section are marked up with
 .Sq \&Fn .  .Sq \&Fn .
   If they don't match, they are marked up with
   .Sq \&Xr .
   Words not followed by
   .Qq Pq
   that match preprocessor macros #define'd in the SYNOPSIS section
   are marked up with
   .Sq \&Dv .
 .Pp  .Pp
 If the contents of a  If the contents of a
 .Li B<>  .Li B<>
   or
   .Li I<>
 format code matches a type name mentioned in the SYNOPSIS section,  format code matches a type name mentioned in the SYNOPSIS section,
 it is rendered as  it is rendered as
 .Sq \&Vt .  .Sq \&Vt .

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.18

CVSweb