Print this page
9718 update mandoc to 1.14.4

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/eqn.5.man.txt
          +++ new/usr/src/man/man5/eqn.5.man.txt
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27                     | "define" text text
  28   28                     | "ndefine" text text
  29   29                     | "tdefine" text text
  30   30                     | "gfont" text
  31   31                     | "gsize" text
  32   32                     | "set" text text
  33   33                     | "undef" text
  34   34                     | "sqrt" box
  35   35                     | box pos box
  36   36                     | box mark
  37      -                   | "matrix" "{" [col "{" list "}" ]*
       37 +                   | "matrix" "{" [col "{" list "}"]* "}"
  38   38                     | pile "{" list "}"
  39   39                     | font box
  40   40                     | "size" text box
  41   41                     | "left" text eqn ["right" text]
  42   42             col     : "lcol" | "rcol" | "ccol" | "col"
  43   43             text    : [^space\"]+ | \".*\"
  44   44             pile    : "lpile" | "cpile" | "rpile" | "pile"
  45   45             pos     : "over" | "sup" | "sub" | "to" | "from"
  46   46             mark    : "dot" | "dotdot" | "hat" | "tilde" | "vec"
  47   47                     | "dyad" | "bar" | "under"
↓ open down ↓ 239 lines elided ↑ open up ↑
 287  287  
 288  288  HISTORY
 289  289       The eqn utility, a preprocessor for troff, was originally written by
 290  290       Brian W. Kernighan and Lorinda L. Cherry in 1975.  The GNU
 291  291       reimplementation of eqn, part of the GNU troff package, was released in
 292  292       1989 by James Clark.  The eqn component of mandoc(1) was added in 2011.
 293  293  
 294  294  AUTHORS
 295  295       This eqn reference was written by Kristaps Dzonsons <kristaps@bsd.lv>.
 296  296  
 297      -illumos                          July 20, 2017                         illumos
      297 +illumos                        September 4, 2017                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX