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

Diff for /mandoc/Attic/ascii.in between version 1.5 and 1.6

version 1.5, 2009/03/21 13:47:02 version 1.6, 2009/03/27 13:44:24
Line 32  LINE("`", 1,   "`", 1)
Line 32  LINE("`", 1,   "`", 1)
 LINE("%", 1,      "%", 1)  LINE("%", 1,      "%", 1)
 LINE("-", 1,      "-", 1)  LINE("-", 1,      "-", 1)
 LINE(" ", 1,      " ", 1)  LINE(" ", 1,      " ", 1)
   LINE("0", 1,      " ", 1)
 LINE(".", 1,      ".", 1)  LINE(".", 1,      ".", 1)
 LINE("&", 1,      "", 0)  LINE("&", 1,      "", 0)
 LINE("e", 1,      "\\", 1)  LINE("e", 1,      "\\", 1)

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

CVSweb