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

Diff for /texi2mdoc/texi2mdoc.1 between version 1.12 and 1.16

version 1.12, 2015/02/25 14:37:17 version 1.16, 2018/11/13 08:45:29
Line 22 
Line 22 
 .Nd convert texinfo documents to mdoc  .Nd convert texinfo documents to mdoc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm texi2mdoc  .Nm texi2mdoc
   .Op Fl C Ar dir
   .Op Fl d Ar date
 .Op Fl I Ar dirs  .Op Fl I Ar dirs
 .Op Ar file  .Op Ar file
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 39  By default,
Line 41  By default,
 reads from standard input.  reads from standard input.
 Its arguments are as follows:  Its arguments are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl C Ar prefix
   Instead of producing a single document, break apart the input into
   node-level documents placed within
   .Ar dir ,
   which must exist.
   These are created as
   .Pa prefix-NNN.7 .
   .It Fl d Ar date
   Set the output document date in the
   .Ic \&Dd
   macro to
   .Ar date ,
   to be specified in the format
   .Dq Ar Month Day , Year .
   If unspecified,
   .Nm
   uses the file modification date
   or the current date when reading from standard input.
 .It Fl I Ar dirs  .It Fl I Ar dirs
 Colon-separated directories to search for  Colon-separated directories to search for
 .Li @include  .Li @include

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.16

CVSweb