diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 17:51:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 17:51:15 +0000 |
commit | 29dca53ec230c4b598c402ca964e308ca2dd627f (patch) | |
tree | 6a59b819bf4540af0b4a051be1fed72ff1323f83 /regress/roff/esc/h.in | |
parent | 249038d8e46090d651314d34d995078a1aeb6ee9 (diff) | |
download | mandoc-29dca53ec230c4b598c402ca964e308ca2dd627f.tar.gz |
improve rounding rules for scaling units
in horizontal orientation in the terminal formatter
Diffstat (limited to 'regress/roff/esc/h.in')
-rw-r--r-- | regress/roff/esc/h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/roff/esc/h.in b/regress/roff/esc/h.in index 4bc1953e..56e4275c 100644 --- a/regress/roff/esc/h.in +++ b/regress/roff/esc/h.in @@ -7,6 +7,8 @@ .Sh DESCRIPTION simple: >\h'0'< .br +rounding: >\h'0.16i'< +.br escape only: >\h'\w'\&'M'< .br escape at the end: >\h'0+\w'\&''< |