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 | d687586337f23b878d3678fc908d2c30b540a058 (patch) | |
| tree | 4690c1992cd85292996a523727c3307ab8f10c45 /regress/mdoc/Bl/tag.in | |
| parent | 98b1f2affc51ab2505cc48390d8ea926eaac9e03 (diff) | |
| download | mandoc-d687586337f23b878d3678fc908d2c30b540a058.tar.gz mandoc-d687586337f23b878d3678fc908d2c30b540a058.zip | |
improve rounding rules for scaling units
in horizontal orientation in the terminal formatter
Diffstat (limited to 'regress/mdoc/Bl/tag.in')
| -rw-r--r-- | regress/mdoc/Bl/tag.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
