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

Diff for /mandoc/chars.c between version 1.73 and 1.74

version 1.73, 2017/08/23 13:01:29 version 1.74, 2018/08/19 23:48:36
Line 50  static struct ln lines[] = {
Line 50  static struct ln lines[] = {
         { "|",                  "",             0       },          { "|",                  "",             0       },
         { "^",                  "",             0       },          { "^",                  "",             0       },
         { "&",                  "",             0       },          { "&",                  "",             0       },
           { ")",                  "",             0       },
         { "%",                  "",             0       },          { "%",                  "",             0       },
         { ":",                  ascii_break,    0       },          { ":",                  ascii_break,    0       },
         /* XXX The following three do not really belong here. */          /* XXX The following three do not really belong here. */

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb