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

Diff for /texi2mdoc/texi2mdoc.1 between version 1.7 and 1.9

version 1.7, 2015/02/23 12:39:59 version 1.9, 2015/02/24 20:06:32
Line 23 
Line 23 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm texi2mdoc  .Nm texi2mdoc
 .Op Fl I Ar dirs  .Op Fl I Ar dirs
 .Ar file  .Op Ar file
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 34  documents to
Line 34  documents to
 mixed with  mixed with
 .Xr tbl 7  .Xr tbl 7
 .Pq if applicable .  .Pq if applicable .
   By default,
   .Nm
   reads from standard input.
 Its arguments are as follows:  Its arguments are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .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
 files.  files.
   .It Ar file
   A Texinfo input file.
   If specified, the directory of
   .Ar file
   is prepended to the list of
   .Fl I
   directories.
 .El  .El
 .Pp  .Pp
 .Nm  .Nm
Line 95  with the text.
Line 105  with the text.
 Moreover, many commands that might contain useful information (such as  Moreover, many commands that might contain useful information (such as
 .Li @footnote )  .Li @footnote )
 are thrown away.  are thrown away.
   .Pp
   Not all accent marks are supported by
   .Xr mdoc 7 :
   carons, breves, etc.
 .\" .Sh BUGS  .\" .Sh BUGS
 .Sh SECURITY CONSIDERATIONS  .Sh SECURITY CONSIDERATIONS
 As a security precaution,  As a security precaution,

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

CVSweb