diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
commit | 32d371b57d595aa395b7fdf92909a912936ae599 (patch) | |
tree | 27e6ebfc3e3ee11feed0ab21318b45aaeb08aba7 /regress/man/MR | |
parent | bf3f4307729712bd6e6eeb0d2cf2d9739f304877 (diff) | |
download | mandoc-32d371b57d595aa395b7fdf92909a912936ae599.tar.gz |
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Diffstat (limited to 'regress/man/MR')
-rw-r--r-- | regress/man/MR/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/man/MR/Makefile b/regress/man/MR/Makefile index 7ab2a9ee..58fd93c1 100644 --- a/regress/man/MR/Makefile +++ b/regress/man/MR/Makefile @@ -1,7 +1,6 @@ # $OpenBSD: Makefile,v 1.1 2023/10/24 20:30:49 schwarze Exp $ -# disable for now because groff changed the global indentation -#REGRESS_TARGETS = basic +REGRESS_TARGETS = basic LINT_TARGETS = basic .include <bsd.regress.mk> |