summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/libman.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-10-27 21:40:08 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-10-27 21:40:08 +0000
commitfcc08b65e276a9be86ea52f65b26e26619b5ca01 (patch)
treef113fff7e936a79fd5edef4b4c36e858e23c6d5f /usr.bin/mandoc/libman.h
parent670392d0ffe442528a312c1d252504728482419f (diff)
sync to 1.9.11: adapt printing of dates to groff conventions,
NetBSD portability fixes and some minor bugfixes and feature enhancements; also checked that my hyphenation code still works on top of this
Diffstat (limited to 'usr.bin/mandoc/libman.h')
-rw-r--r--usr.bin/mandoc/libman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/libman.h b/usr.bin/mandoc/libman.h
index f0a5de14a4b..7529587b266 100644
--- a/usr.bin/mandoc/libman.h
+++ b/usr.bin/mandoc/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.9 2009/09/21 21:11:36 schwarze Exp $ */
+/* $Id: libman.h,v 1.10 2009/10/27 21:40:07 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -54,7 +54,6 @@ enum merr {
WHEADARGS,
WBODYARGS,
WNHEADARGS,
- WMACRO,
WMACROFORM,
WEXITSCOPE,
WNOSCOPE,