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

Diff for /mandoc/regress/roff/esc/h.in between version 1.5 and 1.6

version 1.5, 2017/07/04 15:26:34 version 1.6, 2022/06/08 13:24:01
Line 19  escape at the end: >\h'0+\w'\&''<
Line 19  escape at the end: >\h'0+\w'\&''<
 escape at the beginning: >\h'\w'\&'M+0'<  escape at the beginning: >\h'\w'\&'M+0'<
 .br  .br
 escape in the middle: >\h'0+\w'\&'+0'<  escape in the middle: >\h'0+\w'\&'+0'<
   .Ss Argument delimiters
   invalid ASCII: >\h-<
 .br  .br
 invalid delimiter: >\h-<  unsupported \e!: \h\!2\!u
   .br
   unsupported \er: \h\r2u
   .br
   ignored \e%: \h\%2\%u
   .br
   ignored \e&: \h\&2\&u
   .br
   ignored \e): \h\)2\)u
   .br
   ignored \e,: \h\,2\,u
   .br
   ignored \e/: \h\/2\/u
   .br
   ignored \e^: \h\^2\^u
   .br
   ignored \ea: \h\a2\au
   .br
   ignored \ed: \h\d2\du
   .br
   ignored \et: \h\t2\tu
   .br
   ignored \eu: \h\u2\uu
   .br
   ignored \e{: \h\{2\{u
   .br
   ignored \e|: \h\|2\|u
   .br
   ignored \e}: \h\}2\}u
   .br
   useless \e.: \h\.2.u
   .\".br
   .\"XXX useless \e\e: \h\\2\\u
   .br
   invalid \eG: \h\G2Gu
   .br
   special \e\ : \h\ 2\ u
   .br
   special \e\(aq: \h\'2\'u
   .br
   special \e-: \h\-2\-u
   .br
   special \e0: \h\02\0u
   .br
   special \e:: \h\:2\:u
   .br
   special \e_: \h\_2\_u
   .br
   special \e\(ga: \h\`2\`u
   .br
   special \ee: \h\e2\eu
   .br
   special \e~: \h\~2\~u
   .br
   break \ep: \h\p2\pu
   .br
   nospace \ec: \h\c2\cu
   .\".br
   .\"XXX skipchar \ec: \h\z2\zu
   .br
   .ds mystr x2xu
   string expansion: \h\*[mystr]
   .br
   .nr myreg 121
   register expansion: \h\n[myreg]u
   .br
   ignored \eO: \h\O12\O2u
   .br
   ignored \eY: \h\Y[mystr]2\Y[mystr]u
   .br
   ignored \ek: \h\k[myreg]2\k[myreg]u
   .br
   special character: \h\(hy2\(hyu
   .br
   ignored \eD: \h\D't 1'2\D't 3'u
   .br
   ignored \eL: \h\L'3'2u
   .br
   ignored \eX: \h\X'foo'2\X'bar'u
   .br
   ignored \eZ: \h\Z'foo'2\Z''u
   .br
   ignored \eb: \h\b'3'2\b''u
   .br
   ignored \ev: \h\v'3'2\v'0'u
   .br
   ignored \ex: \h\x'3'2\v'0'u
   .br
   horizontal motion: \h\h'1'2\h'3'u
   .br
   horizontal line: \h\l'4'2\l'3'u
   .br
   overstrike: \h\o'ab'2\o'cd'u

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb