diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-16 14:38:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-16 14:38:12 +0000 |
commit | bbeb7f3d1552ab971dd625340d256ddad5e3dceb (patch) | |
tree | 5068aa8160413593e88d5e6f83f07b03890274ad /regress | |
parent | 853da03c9620f7701e3a1286e9316ec6b8c23b2f (diff) | |
download | mandoc-bbeb7f3d1552ab971dd625340d256ddad5e3dceb.tar.gz |
Surprisingly, groff does not support scaling units in .Bl -column
column width specifiers, so stop supporting them, too.
As a side effect, this fixes an assertion failure that tb@ found
with afl(1), triggered by: .Bl -column -4n
Diffstat (limited to 'regress')
-rw-r--r-- | regress/mdoc/Bl/breakingTa.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/mdoc/Bl/breakingTa.in b/regress/mdoc/Bl/breakingTa.in index ca8e5769..80192b6c 100644 --- a/regress/mdoc/Bl/breakingTa.in +++ b/regress/mdoc/Bl/breakingTa.in @@ -7,7 +7,7 @@ .Sh DESCRIPTION .\" Crashed before mdoc_macro.c OpenBSD rev. 1.172 initial text -.Bl -column 6n 6n +.Bl -column 123456 123456 .It it Aq aq Ta ta Bo bo bc .Bc Pq pq .El |