diff options
author | 2009-10-27 21:40:07 +0000 | |
---|---|---|
committer | 2009-10-27 21:40:07 +0000 | |
commit | b822ca0d77807d44eec5a00444afad079a24e43c (patch) | |
tree | 61739724919c5c74eb5ced4fd954890ec97056bc /usr.bin/mandoc/libman.h | |
parent | update moduli file; ok deraadt (diff) | |
download | wireguard-openbsd-b822ca0d77807d44eec5a00444afad079a24e43c.tar.xz wireguard-openbsd-b822ca0d77807d44eec5a00444afad079a24e43c.zip |
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.h | 3 |
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, |