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

Diff for /texi2mdoc/texi2mdoc.1 between version 1.8 and 1.11

version 1.8, 2015/02/23 22:50:11 version 1.11, 2015/02/25 10:01:54
Line 94  The
Line 94  The
 utility was written by  utility was written by
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .  .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .
 .Sh CAVEATS  .Sh CAVEATS
 The output of  The output consists of superfluous
 .Nm  
 doesn't play entirely nicely with  
 .Xr mdoc 7 .  
 It doesn't detect whether a line trailing slash is properly escaped, nor  
 does it properly account for how it mingles  
 .Sq \&Pp  .Sq \&Pp
 with the text.  that cause
 Moreover, many commands that might contain useful information (such as  .D1 % mandoc -Tlint
   to complain.
   .Pp
   Many commands that might contain useful information (such as
 .Li @footnote )  .Li @footnote )
 are thrown away.  are thrown away.
 .\" .Sh BUGS  .Pp
   The comma in Texinfo macro arguments may at times be escaped with a backslash.
   This is
   .Em not
   supported.
   .Sh BUGS
   Macros in
   .Nm
   are assumed to be self-contained (with matching block and respective
   .Li @end
   pairs).
   In Texinfo, they aren't: they're considered as if typed in place.
 .Sh SECURITY CONSIDERATIONS  .Sh SECURITY CONSIDERATIONS
 As a security precaution,  As a security precaution,
 .Nm  .Nm
Line 116  or
Line 125  or
 of absolute paths or paths with  of absolute paths or paths with
 .Li \&..  .Li \&..
 as directory components.  as directory components.
 .\" Not used in OpenBSD.  

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.11

CVSweb