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/mdoc/Bl/offset.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/mdoc/Bl/offset.in')
-rw-r--r-- | regress/mdoc/Bl/offset.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/mdoc/Bl/offset.in b/regress/mdoc/Bl/offset.in index 9564b105..923dd68f 100644 --- a/regress/mdoc/Bl/offset.in +++ b/regress/mdoc/Bl/offset.in @@ -57,9 +57,9 @@ Bl tag width Ds offset indent .It tag Bl tag width Ds offset indent-two .El -.Bl -tag -width Ds -offset 4n +.Bl -tag -width Ds -offset 0.36i .It tag -Bl tag width Ds offset 4n +Bl tag width Ds offset 0.36i .El .Bl -tag -width Ds -offset mystring .It tag @@ -73,7 +73,7 @@ Bl tag width Ds offset Ds .It tag Bl tag width Ds offset 78n .El -.Bl -tag -width Ds -offset -3n +.Bl -tag -width Ds -offset -0.26i .It tag -Bl tag width Ds offset -3n +Bl tag width Ds offset -0.26i .El |