Print this page
Update to 1.12.3.

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/predefs.in
          +++ new/usr/src/cmd/mandoc/predefs.in
   1      -/*      $Id: predefs.in,v 1.3 2011/07/31 11:36:49 schwarze Exp $ */
        1 +/*      $Id: predefs.in,v 1.4 2012/07/18 10:39:19 schwarze Exp $ */
   2    2  /*
   3    3   * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
   4    4   *
   5    5   * Permission to use, copy, modify, and distribute this software for any
   6    6   * purpose with or without fee is hereby granted, provided that the above
   7    7   * copyright notice and this permission notice appear in all copies.
   8    8   *
   9    9   * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  10   10   * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  11   11   * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
↓ open down ↓ 7 lines elided ↑ open up ↑
  19   19   * The predefined-string translation tables.  Each corresponds to a
  20   20   * predefined strings from (e.g.) tmac/mdoc/doc-nroff.  The left-hand
  21   21   * side corresponds to the input sequence (\*x, \*(xx and so on).  The
  22   22   * right-hand side is what's produced by libroff.
  23   23   *
  24   24   * XXX - C-escape strings!
  25   25   * XXX - update PREDEF_MAX in roff.c if adding more!
  26   26   */
  27   27  
  28   28  PREDEF("Am", "&")
  29      -PREDEF("Ba", "|")
       29 +PREDEF("Ba", "\\fR|\\fP")
  30   30  PREDEF("Ge", "\\(>=")
  31   31  PREDEF("Gt", ">")
  32   32  PREDEF("If", "infinity")
  33   33  PREDEF("Le", "\\(<=")
  34   34  PREDEF("Lq", "\\(lq")
  35   35  PREDEF("Lt", "<")
  36   36  PREDEF("Na", "NaN")
  37   37  PREDEF("Ne", "\\(!=")
  38   38  PREDEF("Pi", "pi")
  39   39  PREDEF("Pm", "\\(+-")
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX