Print this page
9718 update mandoc to 1.14.4

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/chars.c
          +++ new/usr/src/cmd/mandoc/chars.c
   1      -/*      $Id: chars.c,v 1.71 2017/06/14 20:57:07 schwarze Exp $ */
        1 +/*      $Id: chars.c,v 1.73 2017/08/23 13:01:29 schwarze Exp $ */
   2    2  /*
   3    3   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
   4    4   * Copyright (c) 2011, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
   5    5   *
   6    6   * Permission to use, copy, modify, and distribute this software for any
   7    7   * purpose with or without fee is hereby granted, provided that the above
   8    8   * copyright notice and this permission notice appear in all copies.
   9    9   *
  10   10   * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  11   11   * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
↓ open down ↓ 51 lines elided ↑ open up ↑
  63   63          { "ul",                 "_",            0x005f  },
  64   64          { "ru",                 "_",            0x005f  },
  65   65          { "rn",                 "-",            0x203e  },
  66   66          { "bb",                 "|",            0x00a6  },
  67   67          { "sl",                 "/",            0x002f  },
  68   68          { "rs",                 "\\",           0x005c  },
  69   69  
  70   70          /* Text markers. */
  71   71          { "ci",                 "O",            0x25cb  },
  72   72          { "bu",                 "+\bo",         0x2022  },
  73      -        { "dd",                 "|\b=",         0x2021  },
  74      -        { "dg",                 "|\b-",         0x2020  },
       73 +        { "dd",                 "<**>",         0x2021  },
       74 +        { "dg",                 "<*>",          0x2020  },
  75   75          { "lz",                 "<>",           0x25ca  },
  76   76          { "sq",                 "[]",           0x25a1  },
  77      -        { "ps",                 "<par>",        0x00b6  },
  78      -        { "sc",                 "<sec>",        0x00a7  },
       77 +        { "ps",                 "<paragraph>",  0x00b6  },
       78 +        { "sc",                 "<section>",    0x00a7  },
  79   79          { "lh",                 "<=",           0x261c  },
  80   80          { "rh",                 "=>",           0x261e  },
  81   81          { "at",                 "@",            0x0040  },
  82   82          { "sh",                 "#",            0x0023  },
  83      -        { "CR",                 "_|",           0x21b5  },
       83 +        { "CR",                 "<cr>",         0x21b5  },
  84   84          { "OK",                 "\\/",          0x2713  },
  85   85          { "CL",                 "<club>",       0x2663  },
  86   86          { "SP",                 "<spade>",      0x2660  },
  87   87          { "HE",                 "<heart>",      0x2665  },
  88   88          { "DI",                 "<diamond>",    0x2666  },
  89   89  
  90   90          /* Legal symbols. */
  91   91          { "co",                 "(C)",          0x00a9  },
  92   92          { "rg",                 "(R)",          0x00ae  },
  93   93          { "tm",                 "tm",           0x2122  },
↓ open down ↓ 72 lines elided ↑ open up ↑
 166  166          { "uA",                 "=\b^",         0x21d1  },
 167  167          { "dA",                 "=\bv",         0x21d3  },
 168  168          { "vA",                 "^=v",          0x21d5  },
 169  169          { "an",                 "-",            0x23af  },
 170  170  
 171  171          /* Logic. */
 172  172          { "AN",                 "^",            0x2227  },
 173  173          { "OR",                 "v",            0x2228  },
 174  174          { "no",                 "~",            0x00ac  },
 175  175          { "tno",                "~",            0x00ac  },
 176      -        { "te",                 "3",            0x2203  },
 177      -        { "fa",                 "-\bV",         0x2200  },
 178      -        { "st",                 "-)",           0x220b  },
 179      -        { "tf",                 ".:.",          0x2234  },
 180      -        { "3d",                 ".:.",          0x2234  },
      176 +        { "te",                 "<there\037exists>", 0x2203 },
      177 +        { "fa",                 "<for\037all>", 0x2200  },
      178 +        { "st",                 "<such\037that>", 0x220b },
      179 +        { "tf",                 "<therefore>",  0x2234  },
      180 +        { "3d",                 "<therefore>",  0x2234  },
 181  181          { "or",                 "|",            0x007c  },
 182  182  
 183  183          /* Mathematicals. */
 184  184          { "pl",                 "+",            0x002b  },
 185  185          { "mi",                 "-",            0x2212  },
 186  186          { "-",                  "-",            0x002d  },
 187  187          { "-+",                 "-+",           0x2213  },
 188  188          { "+-",                 "+-",           0x00b1  },
 189  189          { "t+-",                "+-",           0x00b1  },
 190  190          { "pc",                 ".",            0x00b7  },
 191  191          { "md",                 ".",            0x22c5  },
 192  192          { "mu",                 "x",            0x00d7  },
 193  193          { "tmu",                "x",            0x00d7  },
 194  194          { "c*",                 "O\bx",         0x2297  },
 195  195          { "c+",                 "O\b+",         0x2295  },
 196      -        { "di",                 "-:-",          0x00f7  },
 197      -        { "tdi",                "-:-",          0x00f7  },
      196 +        { "di",                 "/",            0x00f7  },
      197 +        { "tdi",                "/",            0x00f7  },
 198  198          { "f/",                 "/",            0x2044  },
 199  199          { "**",                 "*",            0x2217  },
 200  200          { "<=",                 "<=",           0x2264  },
 201  201          { ">=",                 ">=",           0x2265  },
 202  202          { "<<",                 "<<",           0x226a  },
 203  203          { ">>",                 ">>",           0x226b  },
 204  204          { "eq",                 "=",            0x003d  },
 205  205          { "!=",                 "!=",           0x2260  },
 206  206          { "==",                 "==",           0x2261  },
 207  207          { "ne",                 "!==",          0x2262  },
 208  208          { "ap",                 "~",            0x223c  },
 209  209          { "|=",                 "-~",           0x2243  },
 210  210          { "=~",                 "=~",           0x2245  },
 211  211          { "~~",                 "~~",           0x2248  },
 212  212          { "~=",                 "~=",           0x2248  },
 213      -        { "pt",                 "oc",           0x221d  },
      213 +        { "pt",                 "<proportional\037to>", 0x221d },
 214  214          { "es",                 "{}",           0x2205  },
 215      -        { "mo",                 "E",            0x2208  },
 216      -        { "nm",                 "!E",           0x2209  },
 217      -        { "sb",                 "(=",           0x2282  },
 218      -        { "nb",                 "(!=",          0x2284  },
 219      -        { "sp",                 "=)",           0x2283  },
 220      -        { "nc",                 "!=)",          0x2285  },
 221      -        { "ib",                 "(=\b_",        0x2286  },
 222      -        { "ip",                 "=\b_)",        0x2287  },
 223      -        { "ca",                 "(^)",          0x2229  },
 224      -        { "cu",                 "U",            0x222a  },
 225      -        { "/_",                 "_\b/",         0x2220  },
 226      -        { "pp",                 "_\b|",         0x22a5  },
 227      -        { "is",                 "'\b,\bI",      0x222b  },
 228      -        { "integral",           "'\b,\bI",      0x222b  },
 229      -        { "sum",                "E",            0x2211  },
 230      -        { "product",            "TT",           0x220f  },
 231      -        { "coproduct",          "U",            0x2210  },
 232      -        { "gr",                 "V",            0x2207  },
 233      -        { "sr",                 "\\/",          0x221a  },
 234      -        { "sqrt",               "\\/",          0x221a  },
      215 +        { "mo",                 "<element\037of>", 0x2208 },
      216 +        { "nm",                 "<not\037element\037of>", 0x2209 },
      217 +        { "sb",                 "<proper\037subset>", 0x2282 },
      218 +        { "nb",                 "<not\037subset>", 0x2284 },
      219 +        { "sp",                 "<proper\037superset>", 0x2283 },
      220 +        { "nc",                 "<not\037superset>", 0x2285 },
      221 +        { "ib",                 "<subset\037or\037equal>", 0x2286 },
      222 +        { "ip",                 "<superset\037or\037equal>", 0x2287 },
      223 +        { "ca",                 "<intersection>", 0x2229 },
      224 +        { "cu",                 "<union>",      0x222a  },
      225 +        { "/_",                 "<angle>",      0x2220  },
      226 +        { "pp",                 "<perpendicular>", 0x22a5 },
      227 +        { "is",                 "<integral>",   0x222b  },
      228 +        { "integral",           "<integral>",   0x222b  },
      229 +        { "sum",                "<sum>",        0x2211  },
      230 +        { "product",            "<product>",    0x220f  },
      231 +        { "coproduct",          "<coproduct>",  0x2210  },
      232 +        { "gr",                 "<nabla>",      0x2207  },
      233 +        { "sr",                 "<sqrt>",       0x221a  },
      234 +        { "sqrt",               "<sqrt>",       0x221a  },
 235  235          { "lc",                 "|~",           0x2308  },
 236  236          { "rc",                 "~|",           0x2309  },
 237  237          { "lf",                 "|_",           0x230a  },
 238  238          { "rf",                 "_|",           0x230b  },
 239      -        { "if",                 "oo",           0x221e  },
 240      -        { "Ah",                 "N",            0x2135  },
 241      -        { "Im",                 "I",            0x2111  },
 242      -        { "Re",                 "R",            0x211c  },
      239 +        { "if",                 "<infinity>",   0x221e  },
      240 +        { "Ah",                 "<Aleph>",      0x2135  },
      241 +        { "Im",                 "<Im>",         0x2111  },
      242 +        { "Re",                 "<Re>",         0x211c  },
 243  243          { "wp",                 "P",            0x2118  },
 244      -        { "pd",                 "a",            0x2202  },
      244 +        { "pd",                 "<del>",        0x2202  },
 245  245          { "-h",                 "/h",           0x210f  },
 246  246          { "hbar",               "/h",           0x210f  },
 247  247          { "12",                 "1/2",          0x00bd  },
 248  248          { "14",                 "1/4",          0x00bc  },
 249  249          { "34",                 "3/4",          0x00be  },
 250  250          { "18",                 "1/8",          0x215B  },
 251  251          { "38",                 "3/8",          0x215C  },
 252  252          { "58",                 "5/8",          0x215D  },
 253  253          { "78",                 "7/8",          0x215E  },
 254      -        { "S1",                 "1",            0x00B9  },
 255      -        { "S2",                 "2",            0x00B2  },
 256      -        { "S3",                 "3",            0x00B3  },
      254 +        { "S1",                 "^1",           0x00B9  },
      255 +        { "S2",                 "^2",           0x00B2  },
      256 +        { "S3",                 "^3",           0x00B3  },
 257  257  
 258  258          /* Ligatures. */
 259  259          { "ff",                 "ff",           0xfb00  },
 260  260          { "fi",                 "fi",           0xfb01  },
 261  261          { "fl",                 "fl",           0xfb02  },
 262  262          { "Fi",                 "ffi",          0xfb03  },
 263  263          { "Fl",                 "ffl",          0xfb04  },
 264  264          { "AE",                 "AE",           0x00c6  },
 265  265          { "ae",                 "ae",           0x00e6  },
 266  266          { "OE",                 "OE",           0x0152  },
↓ open down ↓ 72 lines elided ↑ open up ↑
 339  339          { ",C",                 ",\bC",         0x00c7  },
 340  340          { ",c",                 ",\bc",         0x00e7  },
 341  341          { "/L",                 "/\bL",         0x0141  },
 342  342          { "/l",                 "/\bl",         0x0142  },
 343  343          { "/O",                 "/\bO",         0x00d8  },
 344  344          { "/o",                 "/\bo",         0x00f8  },
 345  345          { "oA",                 "o\bA",         0x00c5  },
 346  346          { "oa",                 "o\ba",         0x00e5  },
 347  347  
 348  348          /* Special letters. */
 349      -        { "-D",                 "-\bD",         0x00d0  },
 350      -        { "Sd",                 "d",            0x00f0  },
      349 +        { "-D",                 "Dh",           0x00d0  },
      350 +        { "Sd",                 "dh",           0x00f0  },
 351  351          { "TP",                 "Th",           0x00de  },
 352  352          { "Tp",                 "th",           0x00fe  },
 353  353          { ".i",                 "i",            0x0131  },
 354  354          { ".j",                 "j",            0x0237  },
 355  355  
 356  356          /* Currency. */
 357  357          { "Do",                 "$",            0x0024  },
 358  358          { "ct",                 "/\bc",         0x00a2  },
 359  359          { "Eu",                 "EUR",          0x20ac  },
 360  360          { "eu",                 "EUR",          0x20ac  },
 361  361          { "Ye",                 "=\bY",         0x00a5  },
 362  362          { "Po",                 "GBP",          0x00a3  },
 363  363          { "Cs",                 "o\bx",         0x00a4  },
 364  364          { "Fn",                 ",\bf",         0x0192  },
 365  365  
 366  366          /* Units. */
 367      -        { "de",                 "<deg>",        0x00b0  },
 368      -        { "%0",                 "%o",           0x2030  },
      367 +        { "de",                 "<degree>",     0x00b0  },
      368 +        { "%0",                 "<permille>",   0x2030  },
 369  369          { "fm",                 "\'",           0x2032  },
 370  370          { "sd",                 "''",           0x2033  },
 371      -        { "mc",                 ",\bu",         0x00b5  },
      371 +        { "mc",                 "<micro>",      0x00b5  },
 372  372          { "Of",                 "_\ba",         0x00aa  },
 373  373          { "Om",                 "_\bo",         0x00ba  },
 374  374  
 375  375          /* Greek characters. */
 376  376          { "*A",                 "A",            0x0391  },
 377  377          { "*B",                 "B",            0x0392  },
 378      -        { "*G",                 "G",            0x0393  },
 379      -        { "*D",                 "_\b/_\b\\",    0x0394  },
      378 +        { "*G",                 "<Gamma>",      0x0393  },
      379 +        { "*D",                 "<Delta>",      0x0394  },
 380  380          { "*E",                 "E",            0x0395  },
 381  381          { "*Z",                 "Z",            0x0396  },
 382  382          { "*Y",                 "H",            0x0397  },
 383      -        { "*H",                 "-\bO",         0x0398  },
      383 +        { "*H",                 "<Theta>",      0x0398  },
 384  384          { "*I",                 "I",            0x0399  },
 385  385          { "*K",                 "K",            0x039a  },
 386      -        { "*L",                 "/\\",          0x039b  },
      386 +        { "*L",                 "<Lambda>",     0x039b  },
 387  387          { "*M",                 "M",            0x039c  },
 388  388          { "*N",                 "N",            0x039d  },
 389      -        { "*C",                 "_\bH",         0x039e  },
      389 +        { "*C",                 "<Xi>",         0x039e  },
 390  390          { "*O",                 "O",            0x039f  },
 391      -        { "*P",                 "TT",           0x03a0  },
      391 +        { "*P",                 "<Pi>",         0x03a0  },
 392  392          { "*R",                 "P",            0x03a1  },
 393      -        { "*S",                 "S",            0x03a3  },
      393 +        { "*S",                 "<Sigma>",      0x03a3  },
 394  394          { "*T",                 "T",            0x03a4  },
 395  395          { "*U",                 "Y",            0x03a5  },
 396      -        { "*F",                 "I\bO",         0x03a6  },
      396 +        { "*F",                 "<Phi>",        0x03a6  },
 397  397          { "*X",                 "X",            0x03a7  },
 398      -        { "*Q",                 "I\bY",         0x03a8  },
 399      -        { "*W",                 "_\bO",         0x03a9  },
 400      -        { "*a",                 "a",            0x03b1  },
 401      -        { "*b",                 "B",            0x03b2  },
 402      -        { "*g",                 "y",            0x03b3  },
 403      -        { "*d",                 "d",            0x03b4  },
 404      -        { "*e",                 "e",            0x03b5  },
 405      -        { "*z",                 ",\bC",         0x03b6  },
 406      -        { "*y",                 "n",            0x03b7  },
 407      -        { "*h",                 "-\b0",         0x03b8  },
 408      -        { "*i",                 "i",            0x03b9  },
 409      -        { "*k",                 "k",            0x03ba  },
 410      -        { "*l",                 ">\b\\",        0x03bb  },
 411      -        { "*m",                 ",\bu",         0x03bc  },
 412      -        { "*n",                 "v",            0x03bd  },
 413      -        { "*c",                 ",\bE",         0x03be  },
      398 +        { "*Q",                 "<Psi>",        0x03a8  },
      399 +        { "*W",                 "<Omega>",      0x03a9  },
      400 +        { "*a",                 "<alpha>",      0x03b1  },
      401 +        { "*b",                 "<beta>",       0x03b2  },
      402 +        { "*g",                 "<gamma>",      0x03b3  },
      403 +        { "*d",                 "<delta>",      0x03b4  },
      404 +        { "*e",                 "<epsilon>",    0x03b5  },
      405 +        { "*z",                 "<zeta>",       0x03b6  },
      406 +        { "*y",                 "<eta>",        0x03b7  },
      407 +        { "*h",                 "<theta>",      0x03b8  },
      408 +        { "*i",                 "<iota>",       0x03b9  },
      409 +        { "*k",                 "<kappa>",      0x03ba  },
      410 +        { "*l",                 "<lambda>",     0x03bb  },
      411 +        { "*m",                 "<mu>",         0x03bc  },
      412 +        { "*n",                 "<nu>",         0x03bd  },
      413 +        { "*c",                 "<xi>",         0x03be  },
 414  414          { "*o",                 "o",            0x03bf  },
 415      -        { "*p",                 "-\bn",         0x03c0  },
 416      -        { "*r",                 "p",            0x03c1  },
 417      -        { "*s",                 "-\bo",         0x03c3  },
 418      -        { "*t",                 "~\bt",         0x03c4  },
 419      -        { "*u",                 "u",            0x03c5  },
 420      -        { "*f",                 "|\bo",         0x03d5  },
 421      -        { "*x",                 "x",            0x03c7  },
 422      -        { "*q",                 "|\bu",         0x03c8  },
 423      -        { "*w",                 "w",            0x03c9  },
 424      -        { "+h",                 "-\b0",         0x03d1  },
 425      -        { "+f",                 "|\bo",         0x03c6  },
 426      -        { "+p",                 "-\bw",         0x03d6  },
 427      -        { "+e",                 "e",            0x03f5  },
 428      -        { "ts",                 "s",            0x03c2  },
      415 +        { "*p",                 "<pi>",         0x03c0  },
      416 +        { "*r",                 "<rho>",        0x03c1  },
      417 +        { "*s",                 "<sigma>",      0x03c3  },
      418 +        { "*t",                 "<tau>",        0x03c4  },
      419 +        { "*u",                 "<upsilon>",    0x03c5  },
      420 +        { "*f",                 "<phi>",        0x03d5  },
      421 +        { "*x",                 "<chi>",        0x03c7  },
      422 +        { "*q",                 "<psi>",        0x03c8  },
      423 +        { "*w",                 "<omega>",      0x03c9  },
      424 +        { "+h",                 "<theta>",      0x03d1  },
      425 +        { "+f",                 "<phi>",        0x03c6  },
      426 +        { "+p",                 "<pi>",         0x03d6  },
      427 +        { "+e",                 "<epsilon>",    0x03f5  },
      428 +        { "ts",                 "<sigma>",      0x03c2  },
 429  429  };
 430  430  
 431  431  static  struct ohash      mchars;
 432  432  
 433  433  
 434  434  void
 435  435  mchars_free(void)
 436  436  {
 437  437  
 438  438          ohash_delete(&mchars);
↓ open down ↓ 73 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX