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/TP | |
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/TP')
-rw-r--r-- | regress/man/TP/width.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/man/TP/width.in b/regress/man/TP/width.in index 1ba99e40..2f4cb1f7 100644 --- a/regress/man/TP/width.in +++ b/regress/man/TP/width.in @@ -8,7 +8,7 @@ tag indented .br text -.TP -4n +.TP -0.36i tag indented .br @@ -23,7 +23,7 @@ tag indented .br text -.TP 2n +.TP 0.16i tag indented .br @@ -51,7 +51,7 @@ text .PP Literal mode: .nf -.TP -10n +.TP -0.96i tag indented text @@ -71,7 +71,7 @@ text tag indented text -.TP 3n +.TP 0.26i tag indented text |