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

Diff for /mandoc/chars.c between version 1.80 and 1.81

version 1.80, 2022/06/02 14:51:41 version 1.81, 2022/06/26 20:33:43
Line 364  static struct ln lines[] = {
Line 364  static struct ln lines[] = {
         { "de",                 "<degree>",     0x00b0  },          { "de",                 "<degree>",     0x00b0  },
         { "%0",                 "<permille>",   0x2030  },          { "%0",                 "<permille>",   0x2030  },
         { "fm",                 "\'",           0x2032  },          { "fm",                 "\'",           0x2032  },
         { "sd",                 "''",           0x2033  },          { "sd",                 "\"",           0x2033  },
         { "mc",                 "<micro>",      0x00b5  },          { "mc",                 "<micro>",      0x00b5  },
         { "Of",                 "_\ba",         0x00aa  },          { "Of",                 "_\ba",         0x00aa  },
         { "Om",                 "_\bo",         0x00ba  },          { "Om",                 "_\bo",         0x00ba  },

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb