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

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

version 1.79, 2020/02/13 16:18:29 version 1.80, 2022/06/02 14:51:41
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020   * Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020
Line 92  static struct ln lines[] = {
Line 92  static struct ln lines[] = {
         { "en",                 "-",            0x2013  },          { "en",                 "-",            0x2013  },
         { "hy",                 "-",            0x2010  },          { "hy",                 "-",            0x2010  },
         { "e",                  "\\",           0x005c  },          { "e",                  "\\",           0x005c  },
         { ".",                  ".",            0x002e  },  
         { "r!",                 "!",            0x00a1  },          { "r!",                 "!",            0x00a1  },
         { "r?",                 "?",            0x00bf  },          { "r?",                 "?",            0x00bf  },
   

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

CVSweb