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 | |
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')
-rw-r--r-- | regress/mdoc/Bl/offset.in | 8 | ||||
-rw-r--r-- | regress/mdoc/Bl/offset.out_ascii | 4 | ||||
-rw-r--r-- | regress/mdoc/Bl/offset.out_markdown | 4 | ||||
-rw-r--r-- | regress/mdoc/Bl/tag.in | 4 |
4 files changed, 10 insertions, 10 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 diff --git a/regress/mdoc/Bl/offset.out_ascii b/regress/mdoc/Bl/offset.out_ascii index 8c871d44..22474aa5 100644 --- a/regress/mdoc/Bl/offset.out_ascii +++ b/regress/mdoc/Bl/offset.out_ascii @@ -33,7 +33,7 @@ DDEESSCCRRIIPPTTIIOONN tag Bl tag width Ds offset indent-two - tag Bl tag width Ds offset 4n + tag Bl tag width Ds offset 0.36i tag Bl tag width Ds offset mystring @@ -46,6 +46,6 @@ DDEESSCCRRIIPPTTIIOONN offset 78n - tag Bl tag width Ds offset -3n + tag Bl tag width Ds offset -0.26i OpenBSD December 25, 2014 OpenBSD diff --git a/regress/mdoc/Bl/offset.out_markdown b/regress/mdoc/Bl/offset.out_markdown index 807950be..a58ce6bc 100644 --- a/regress/mdoc/Bl/offset.out_markdown +++ b/regress/mdoc/Bl/offset.out_markdown @@ -42,7 +42,7 @@ tag tag -> Bl tag width Ds offset 4n +> Bl tag width Ds offset 0.36i tag @@ -58,6 +58,6 @@ tag tag -> Bl tag width Ds offset -3n +> Bl tag width Ds offset -0.26i OpenBSD - December 25, 2014 diff --git a/regress/mdoc/Bl/tag.in b/regress/mdoc/Bl/tag.in index 49cc903e..c7b99822 100644 --- a/regress/mdoc/Bl/tag.in +++ b/regress/mdoc/Bl/tag.in @@ -9,7 +9,7 @@ .It tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .El -.Bl -tag -width -3n +.Bl -tag -width -0.26i .It tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .El @@ -53,7 +53,7 @@ x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .It quint x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .El -.Bl -tag -width 5n +.Bl -tag -width 0.46i .It indent x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .El |