=================================================================== RCS file: /cvs/mandoc/regress/roff/esc/h.in,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/regress/roff/esc/h.in 2017/02/08 03:03:20 1.1 +++ mandoc/regress/roff/esc/h.in 2017/06/14 17:51:22 1.3 @@ -7,11 +7,13 @@ .Sh DESCRIPTION simple: >\h'0'< .br -escape only: >\h'\w'\&''< +rounding: >\h'0.16i'< .br +escape only: >\h'\w'\&'M'< +.br escape at the end: >\h'0+\w'\&''< .br -escape at the beginning: >\h'\w'\&'+0'< +escape at the beginning: >\h'\w'\&'M+0'< .br escape in the middle: >\h'0+\w'\&'+0'< .br