[BACK]Return to chars.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/chars.c between version 1.49 and 1.50

version 1.49, 2020/02/13 16:16:03 version 1.50, 2022/06/02 14:49:25
Line 1 
Line 1 
 /*      $OpenBSD$ */  /* $OpenBSD$ */
 /*  /*
  * 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 90 
Line 90 
         { "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.49  
changed lines
  Added in v.1.50