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

Diff for /mandoc/Attic/mdocterm.1 between version 1.15 and 1.19

version 1.15, 2009/03/08 18:02:36 version 1.19, 2009/03/13 07:46:10
Line 106  When rewinding the scope of a block macro, forces the 
Line 106  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 117  options may be grouped and delimited with a comma.  Us
Line 119  options may be grouped and delimited with a comma.  Us
 .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  .\" 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  .Ss Character Escapes
 This section documents the character-escapes accepted by  This section documents the character-escapes accepted by
 .Xr mdocterm 1 .  .Xr mdocterm 1 .
Line 154  Enclosures:
Line 171  Enclosures:
 .Bl -tag -width "OutputXXXX" -offset "XXXX" -compact  .Bl -tag -width "OutputXXXX" -offset "XXXX" -compact
 .It Em Output  .It Em Output
 .Em Input (Name)  .Em Input (Name)
   .It \(rC
   \\(rC (right brace)
   .It \(lC
   \\(lC (left brace)
 .It \(ra  .It \(ra
 \\(ra (right angle)  \\(ra (right angle)
 .It \(la  .It \(la
Line 162  Enclosures:
Line 183  Enclosures:
 \\(rB (right bracket)  \\(rB (right bracket)
 .It \(lB  .It \(lB
 \\(lB (left bracket)  \\(lB (left bracket)
   .It \q
   \\q (double-quote)
 .It \(lq  .It \(lq
 \\(lq (left double-quote)  \\(lq (left double-quote)
 .It \(rq  .It \(rq
Line 278  utility doesn't yet know how to display the following:
Line 301  utility doesn't yet know how to display the following:
 .Pp  .Pp
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 The \-hang and \-column  The \-hang
 .Sq \&Bl  .Sq \&Bl
 lists are not yet supported.  list is not yet supported.
 .It  .It
 The \-literal and \-unfilled  The \-literal and \-unfilled
 .Sq \&Bd  .Sq \&Bd

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.19

CVSweb