[BACK]Return to w.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Diff for /mandoc/regress/roff/esc/w.in between version 1.2 and 1.4

version 1.2, 2017/07/04 15:26:34 version 1.4, 2023/10/23 20:25:03
Line 14  blank: \w' '
Line 14  blank: \w' '
 .br  .br
 text: \w'text'  text: \w'text'
 .br  .br
   special: \w'\(bu'
   .br
   numbered: \w'\N'100''
   .br
   Unicode: \w'\[u2013]'
   .br
   overstrike: \w'\o'ab''
   .br
   undefined: \w'\G'
   .br
   zero-width: \w'\fB\&\fP'
   .br
   skipchar: \w'a\zb\z\(buc'
   .Ss Argument delimiters
   unsupported \er: \w\rM\ru
   .br
   ignored \e&: \w\&M\&u
   .br
   useless \e.: \w\.M.u
   .br
   invalid \eG: \w\GMGu
   .br
   special \e-: \w\-M\-u
   .br
   break \ep: \w\pM\pu
   .br
   nospace \ec: \w\cM\cu
   .\".br
   .\"XXX skipchar \ec: \w\zM\zu
   .br
   .ds mystr xMxu
   string expansion: \w\*[mystr]
   .br
   .nr myreg 121
   register expansion: \w\n[myreg]u
   .br
   ignored \eON: \w\O1M\O2u
   .br
   special character: \w\(hyM\(hyu
   .br
   ignored \eZ\(aqstr\(aq: \w\Z'foo'M\Z'bar'u
   .br
   horizontal motion: \w\h'1'M\h'3'u
   .br
   horizontal line: \w\l'4'M\l'2'u
   .br
   overstrike: \w\o'ab'M\o'cd'u
   .br
 unterminated: \w'foo  unterminated: \w'foo

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb