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

Diff for /mandoc/Attic/mdoctree.1 between version 1.5 and 1.6

version 1.5, 2009/03/08 18:02:36 version 1.6, 2009/03/09 13:04:01
Line 103  When rewinding the scope of a block macro, forces the 
Line 103  When rewinding the scope of a block macro, forces the 
 scope violations.  This can seriously mangle the resulting tree.  scope violations.  This can seriously mangle the resulting tree.
 .It Fl f Ns Ar ign-escape  .It Fl f Ns Ar ign-escape
 Ignore invalid escape sequences.  Ignore invalid escape sequences.
   .It Fl f Ns Ar ign-macro
   Ignore unknown macros at the start of input lines.
 .El  .El
 .\" PARAGRAPH  .\" PARAGRAPH
 .Pp  .Pp
Line 113  flag, multiple
Line 115  flag, multiple
 options may be grouped and delimited with a comma.  Using  options may be grouped and delimited with a comma.  Using
 .Fl f Ns Ar ign-scope,ign-escape ,  .Fl f Ns Ar ign-scope,ign-escape ,
 for example, will try to ignore scope and character-escape errors.  for example, will try to ignore scope and character-escape errors.
   .\" SUB-SECTION
   .Ss Input Encoding
   The
   .Nm
   utility expects its input to be 7-bit ASCII as defined in
   .Xr ascii 7 .
   The only non-graphing characters accepted are spaces,
   .Sq \  ,
   and tabs,
   .Sq \et .
   Tabs are only accepted in literal block-displays and as column
   delimiters.
   .Pp
   Only Unix-style newlines (\en) are accepted; if the newline is escaped,
   the line is concatenated with the next.
   .\" SUB-SECTION
   .Ss Character Escapes
   Since
   .Nm
   doesn't format its output, character escapes are displayed as passed
   into the compiler.
 .\" SECTION  .\" SECTION
 .Sh EXAMPLES  .Sh EXAMPLES
 To validate this manual page:  To validate this manual page:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb