summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-07 05:48:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-07 05:48:29 +0000
commit150c0efb0a1f010706568ba78835b888c451a9b3 (patch)
tree5e83a90fb3fac74eb07141a22ebd7df4ea9d53d3 /Makefile
parentc84041950efb12923d54288506fed99713a398fa (diff)
downloadmandoc-150c0efb0a1f010706568ba78835b888c451a9b3.tar.gz
mandoc-150c0efb0a1f010706568ba78835b888c451a9b3.tar.zst
mandoc-150c0efb0a1f010706568ba78835b888c451a9b3.zip
margerr -> margserr (getting ready for margverr).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b67d3123..04c93076 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
# in the lower-left hand corner of -mdoc manuals.
# CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
-# Specify this if you want to accept Xo/Xc macros extending the head of
-# block full-implicit macros.
-# CFLAGS += -DUGLY
+# Unset this if you don't want Xo/Xc allowing split `It' lines, which
+# breaks symmetry.
+CFLAGS += -DUGLY
LINTFLAGS += $(VFLAGS)