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

Diff for /mandoc/mandoc.1 between version 1.59 and 1.61

version 1.59, 2010/04/13 05:26:49 version 1.61, 2010/06/07 10:55:27
Line 192  When rewinding the scope of a block macro, forces the 
Line 192  When rewinding the scope of a block macro, forces the 
 scope violations.  scope violations.
 This can seriously mangle the resulting tree.  This can seriously mangle the resulting tree.
 .Pq mdoc only  .Pq mdoc only
 .It Fl f Ns Cm no-ign-chars  
 Do not ignore disallowed characters.  
 .It Fl f Ns Cm no-ign-escape  .It Fl f Ns Cm no-ign-escape
 Do not ignore invalid escape sequences.  Do not ignore invalid escape sequences.
 .It Fl f Ns Cm no-ign-macro  .It Fl f Ns Cm no-ign-macro
 Do not ignore unknown macros at the start of input lines.  Do not ignore unknown macros at the start of input lines.
 .It Fl f Ns Cm strict  .It Fl f Ns Cm strict
 Implies  Implies
 .Fl f Ns Cm no-ign-escape ,  .Fl f Ns Cm no-ign-escape
 .Fl f Ns Cm no-ign-macro ,  
 and  and
 .Fl f Ns Cm no-ign-chars .  .Fl f Ns Cm no-ign-macro .
 .El  .El
 .Ss Output Options  .Ss Output Options
 For the time being, only  The
 .Fl T Ns Ar html  .Fl T Ns Ar html
 and  and
 .Fl T Ns Ar xhtml  .Fl T Ns Ar xhtml
 accept output options:  modes accept the following output options:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl O Ns Cm includes Ns = Ns Ar fmt  .It Fl O Ns Cm includes Ns = Ns Ar fmt
 The string  The string
Line 247  The file
Line 244  The file
 is used for an external style-sheet.  is used for an external style-sheet.
 This must be a valid absolute or  This must be a valid absolute or
 relative URI.  relative URI.
   .El
   .Pp
   The
   .Fl T Ns Ar ascii
   mode accepts the following output option:
   .Bl -tag -width Ds
   .It Fl O Ns Cm width Ns = Ns Ar width
   The output width is set to
   .Ar width ,
   which will normalise to \(>=60.
 .El  .El
 .Sh OUTPUT  .Sh OUTPUT
 This section documents output details of  This section documents output details of

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.61

CVSweb