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

Diff for /mandoc/regress/roff/esc/ignore.in between version 1.1 and 1.4

version 1.1, 2017/02/08 03:03:20 version 1.4, 2022/05/20 12:32:29
Line 1 
Line 1 
 .Dd January 1, 2015  .\" $OpenBSD$
 .Dt ESC-IGNORE 1  .TH ESC-IGNORE 1 "May 20, 2022"
 .Os OpenBSD  .SH NAME
 .Sh NAME  esc-ignore \- ignored roff escape sequences
 .Nm esc-ignore  .SH DESCRIPTION
 .Nd ignored roff escape sequences  .nf
 .Sh DESCRIPTION  percent (hyphenation allowed): a\%b\[%]c
   ampersand (zero width space): a\&b\[&]c
   closing parenthesis (ZWS transparent to EOS): a\)b\[)]c
   comma (left italic correction): a\,b\[,]c
   slash (right italic correction): a\/b\[/]c
   caret (1/12 em space): a\^b\[^]c
   a (leader): a\ab\[a]c
   d (half line feed): a\db\[d]c
   t (horizontal tab): a\tb\[t]c
   u (half reverse line feed): a\ub\[u]c
   opening brace: a\{b\[{]c
   bar (1/6 em space): a\|b\[|]c
   closing brace: a\}b\[}]c
 multiform: a\kxb\k(xyc\k[xyz]d  multiform: a\kxb\k(xyc\k[xyz]d
 .br  
 quoted: a\R'myreg 0'b\R'myreg \A'y'0'c  quoted: a\R'myreg 0'b\R'myreg \A'y'0'c
 .br  
 sizes: a\s0b\s(12c\s[123]d\s'123'e\s'1\w'xy'2'f  sizes: a\s0b\s(12c\s[123]d\s'123'e\s'1\w'xy'2'f
 .br  
 signed sizes: a\s-0b\s-(12c\s-[123]d\s-'123'e\s-'1\w'xy'2'f\s-  signed sizes: a\s-0b\s-(12c\s-[123]d\s-'123'e\s-'1\w'xy'2'f\s-

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

CVSweb