diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-15 00:27:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-15 00:27:52 +0000 |
commit | 7a6175f17cfb7cc37dea1c98c65b6fccaf92f619 (patch) | |
tree | e73b909eedbdc81ac6a7a93a3e5af2269fee4c90 /regress/tbl/data/Makefile | |
parent | ff7404ec88115f451afc869f7330722a3bb3e41e (diff) | |
download | mandoc-7a6175f17cfb7cc37dea1c98c65b6fccaf92f619.tar.gz |
round default width of tbl(7) text blocks in the same way as groff
Diffstat (limited to 'regress/tbl/data/Makefile')
-rw-r--r-- | regress/tbl/data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/tbl/data/Makefile b/regress/tbl/data/Makefile index d84a6f04..0fc59557 100644 --- a/regress/tbl/data/Makefile +++ b/regress/tbl/data/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $ -REGRESS_TARGETS = blankline block_unclosed block_wrap empty +REGRESS_TARGETS = blankline block_unclosed block_width block_wrap empty LINT_TARGETS = block_unclosed empty # groff-1.22.3 defect: |