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

Diff for /mandoc/Attic/mdoc.3 between version 1.9 and 1.10

version 1.9, 2009/02/23 15:19:47 version 1.10, 2009/02/24 13:46:54
Line 89  This section further defines the 
Line 89  This section further defines the 
 .Sx Functions  .Sx Functions
 and  and
 .Sx Variables  .Sx Variables
 available to programmers.  The last sub-section,  available to programmers.  Following that,
   .Sx Character Encoding
   describes input format.  Lastly,
 .Sx Abstract Syntax Tree ,  .Sx Abstract Syntax Tree ,
 documents the output tree.  documents the output tree.
 .\" SUBSECTION  .\" SUBSECTION
Line 173  An array of string-ified token names.
Line 175  An array of string-ified token names.
 .It Va mdoc_argnames  .It Va mdoc_argnames
 An array of string-ified token argument names.  An array of string-ified token argument names.
 .El  .El
   .\" SUBSECTION
   .Ss Character Encoding
   The
   .Xr mdoc 3
   library accepts only printable ASCII characters as defined by
   .Xr isprint 3 .
   Non-ASCII character sequences are escaped with an escape character
   .Sq \\
   and followed by either an open-parenthesis
   .Sq \&(
   for two-character sequences; an open-bracket
   .Sq \&[
   for n-character sequences (terminated at a close-bracket
   .Sq \&] ) ;
   or one of a small set of single characters for other escapes.
 .\" SUBSECTION  .\" SUBSECTION
 .Ss Abstract Syntax Tree  .Ss Abstract Syntax Tree
 The  The

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

CVSweb