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/man/RS | |
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/man/RS')
-rw-r--r-- | regress/man/RS/width.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/man/RS/width.in b/regress/man/RS/width.in index e723b583..bba4abc8 100644 --- a/regress/man/RS/width.in +++ b/regress/man/RS/width.in @@ -10,13 +10,13 @@ text .RE regular text -.RS -4n +.RS -0.36i indented text .RE regular text -.RS 4n +.RS 0.36i indented text .RE |