Print this page
9718 update mandoc to 1.14.4

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/mandoc_roff.5.man.txt
          +++ new/usr/src/man/man5/mandoc_roff.5.man.txt
↓ open down ↓ 976 lines elided ↑ open up ↑
 977  977       nm [start [inc [space [indent]]]]
 978  978               Print line numbers.  Currently unsupported.
 979  979  
 980  980       nn [number]
 981  981               Temporarily turn off line numbering.  Currently unsupported.
 982  982  
 983  983       nop body
 984  984               Execute the rest of the input line as a request or macro line.
 985  985               Currently unsupported.
 986  986  
 987      -     nr register [+|-]expression
      987 +     nr register [+|-]expression [stepsize]
 988  988               Define or change a register.  A register is an arbitrary string
 989  989               value that defines some sort of state, which influences parsing
 990  990               and/or formatting.  For the syntax of expression, see Numerical
 991  991               expressions below.  If it is prefixed by a sign, the register
 992  992               will be incremented or decremented instead of assigned to.
 993  993  
      994 +             The stepsize is used by the \n+ auto-increment feature.  It
      995 +             remains unchanged when omitted while changing an existing
      996 +             register, and it defaults to 0 when defining a new register.
      997 +
 994  998               The following register is handled specially:
 995  999  
 996 1000               nS      If set to a positive integer value, certain mdoc(5)
 997 1001                       macros will behave in the same way as in the SYNOPSIS
 998 1002                       section.  If set to 0, these macros will behave in the
 999 1003                       same way as outside the SYNOPSIS section, even when
1000 1004                       called within the SYNOPSIS section itself.  Note that
1001 1005                       starting a new mdoc(5) section with the Sh macro will
1002 1006                       reset this register.
1003 1007  
↓ open down ↓ 77 lines elided ↑ open up ↑
1081 1085       ptr     Print the names and positions of all traps on standard error
1082 1086               output.  This is a groff extension and currently ignored.
1083 1087  
1084 1088       pvs [[+|-]height]
1085 1089               Change post-vertical spacing.  This is a groff extension and
1086 1090               currently ignored.
1087 1091  
1088 1092       rchar glyph ...
1089 1093               Remove glyph definitions.  Currently unsupported.
1090 1094  
1091      -     rd [prompt [agument ...]]
     1095 +     rd [prompt [argument ...]]
1092 1096               Read from standard input.  Currently ignored.
1093 1097  
1094 1098       recursionlimit maxrec maxtail
1095 1099               Set the maximum stack depth for recursive macros.  This is a
1096 1100               Heirloom extension and currently ignored.
1097 1101  
1098 1102       return [twice]
1099 1103               Exit a macro and return to the caller.  Currently unsupported.
1100 1104  
1101 1105       rfschar font glyph ...
↓ open down ↓ 408 lines elided ↑ open up ↑
1510 1514       Set fill (background) color (groff extension); ignored by mandoc(1).  For
1511 1515       short names, there are variants \Mc and \M(cc.
1512 1516  
1513 1517     \m[name]
1514 1518       Set glyph drawing color (groff extension); ignored by mandoc(1).  For
1515 1519       short names, there are variants \mc and \m(cc.
1516 1520  
1517 1521     \N'number'
1518 1522       Character number on the current font.
1519 1523  
1520      -   \n[name]
     1524 +   \n[+|-][name]
1521 1525       Interpolate the number register name.  For short names, there are
1522      -     variants \nc and \n(cc.
     1526 +     variants \nc and \n(cc.  If the optional sign is specified, the register
     1527 +     is first incremented or decremented by the stepsize that was specified in
     1528 +     the relevant nr request, and the changed value is interpolated.
1523 1529  
1524 1530     \o'string'
1525 1531       Overstrike, writing all the characters contained in the string to the
1526 1532       same output position.  In terminal and HTML output modes, only the last
1527 1533       one of the characters is visible.
1528 1534  
1529 1535     \p
1530 1536       Break the output line at the end of the current word.
1531 1537  
1532 1538     \R'name [+|-]number'
↓ open down ↓ 90 lines elided ↑ open up ↑
1623 1629       roff.  Dennis M. Ritchie rewrote McIlroy's roff in PDP-11 assembly for
1624 1630       Version 1 AT&T UNIX, Joseph F. Ossanna improved roff and renamed it nroff
1625 1631       for Version 2 AT&T UNIX, then ported nroff to C as troff, which Brian W.
1626 1632       Kernighan released with Version 7 AT&T UNIX.  In 1989, James Clarke re-
1627 1633       implemented troff in C++, naming it groff.
1628 1634  
1629 1635  AUTHORS
1630 1636       This roff reference was written by Kristaps Dzonsons <kristaps@bsd.lv>
1631 1637       and Ingo Schwarze <schwarze@openbsd.org>.
1632 1638  
1633      -illumos                          July 5, 2017                          illumos
     1639 +illumos                         April 10, 2018                         illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX