=================================================================== RCS file: /cvs/mandoc/regress/roff/esc/z.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/regress/roff/esc/z.in 2017/07/04 15:26:34 1.2 +++ mandoc/regress/roff/esc/z.in 2022/04/27 13:41:16 1.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: z.in,v 1.2 2017/07/04 15:26:34 schwarze Exp $ -.Dd $Mdocdate: July 4 2017 $ +.\" $OpenBSD: z.in,v 1.3 2022/04/27 13:41:16 schwarze Exp $ +.Dd $Mdocdate: April 27 2022 $ .Dt ESC-Z 1 .Os .Sh NAME @@ -19,6 +19,12 @@ single z with nospace escape: >\z\c new line< .br 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 single z near the end of the line: >\z< .br