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

Diff for /mandoc/regress/roff/esc/z.in between version 1.1 and 1.3

version 1.1, 2017/02/08 03:03:21 version 1.3, 2022/04/27 13:41:16
Line 1 
Line 1 
 .Dd April 29, 2015  .\" $OpenBSD$
   .Dd $Mdocdate$
 .Dt ESC-Z 1  .Dt ESC-Z 1
 .Os OpenBSD  .Os
 .Sh NAME  .Sh NAME
 .Nm esc-z  .Nm esc-z
 .Nd the roff escape z sequence  .Nd the roff escape z sequence
Line 18  single z with nospace escape: >\z\c
Line 19  single z with nospace escape: >\z\c
 new line<  new line<
 .br  .br
 single z with overstrike: >\z\o'ab'c<  single z with overstrike: >\z\o'ab'c<
   .br
   single z with h escape: >\z\h'3'm\z\h'-3'<
   .br
   single z with char and h with positive argument: >\za\h'3'b<
   .br
   single z with char and h with zero argument: >\za\h'0'b<
 .br  .br
 single z near the end of the line: >\z<  single z near the end of the line: >\z<
 .br  .br

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

CVSweb