diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-18 20:49:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-18 20:49:58 +0000 |
commit | 4ad6d12c95958bac11fc28bf870bee773d3d3dd6 (patch) | |
tree | 49bf6c80298be1f6aaef06d86e8f1b4b6fba0466 /regress/usr.bin/mandoc/char/Makefile | |
parent | 92b3eb176fd08cfee644b6d273ae41dd12c0236c (diff) |
check whether breakable hyphens
1) are formatted correctly (normal, bold or underlined)
2) actually break the line
test cases fixed by term.c rev. 1.60
Diffstat (limited to 'regress/usr.bin/mandoc/char/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/char/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/char/Makefile b/regress/usr.bin/mandoc/char/Makefile index cf9d1b4ae13..12827ce51d5 100644 --- a/regress/usr.bin/mandoc/char/Makefile +++ b/regress/usr.bin/mandoc/char/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/24 20:26:52 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2011/09/18 20:49:57 schwarze Exp $ -SUBDIR+= space N +SUBDIR+= hyphen space N groff: _SUBDIRUSE |