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

Diff for /mandoc/eqn.7 between version 1.7 and 1.9

version 1.7, 2011/07/21 11:57:56 version 1.9, 2011/07/21 13:18:24
Line 63  The equation grammar is as follows:
Line 63  The equation grammar is as follows:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 eqn     : box | eqn box  eqn     : box | eqn box
 box     : text  box     : text
           | { eqn }
         | DEFINE text text          | DEFINE text text
         | SET text text          | SET text text
         | UNDEF text          | UNDEF text
           | box mark
 text    : TEXT  text    : TEXT
   mark    : DOT
           | DOTDOT
           | HAT
           | TILDE
           | VEC
           | DYAD
           | BAR
           | UNDER
 .Ed  .Ed
 .Pp  .Pp
 Data in TEXT form is a non-empty sequence of non-space characters or a  Data in TEXT form is a non-empty sequence of non-space characters or a

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

CVSweb