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

Diff for /texi2mdoc/texi2mdoc.1 between version 1.14 and 1.15

version 1.14, 2015/03/01 00:26:21 version 1.15, 2015/03/12 04:24:19
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 I Ar dir  .Op Fl C Ar dir
 .Op Fl I Ar dirs  .Op Fl I Ar dirs
 .Op Ar file  .Op Ar file
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 40  By default,
Line 40  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 dir  .It Fl C Ar prefix
 Instead of producing a single document, break apart the input into  Instead of producing a single document, break apart the input into
 chapter-level documents placed within  node-level documents placed within
 .Ar dir ,  .Ar dir ,
 which must exist.  which must exist.
 These are created as  These are created as
 .Pa nodeNNN.7 .  .Pa prefix-NNN.7 .
 .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.14  
changed lines
  Added in v.1.15

CVSweb