diff options
author | 2017-05-30 19:29:31 +0000 | |
---|---|---|
committer | 2017-05-30 19:29:31 +0000 | |
commit | bc20504396aa0a062fea42bfe58ddeac5bcae063 (patch) | |
tree | b6d5ea17a9754c2b7a2e12078b8e9f9e98da0376 /usr.bin/mandoc/mandoc.h | |
parent | More minor virtio tweaks (diff) | |
download | wireguard-openbsd-bc20504396aa0a062fea42bfe58ddeac5bcae063.tar.xz wireguard-openbsd-bc20504396aa0a062fea42bfe58ddeac5bcae063.zip |
STYLE message about useless macros we don't want (Bt Tn Ud);
not a WARNING because they don't endanger portability
Diffstat (limited to 'usr.bin/mandoc/mandoc.h')
-rw-r--r-- | usr.bin/mandoc/mandoc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mandoc.h b/usr.bin/mandoc/mandoc.h index f42429cfee0..46b8e1c35ac 100644 --- a/usr.bin/mandoc/mandoc.h +++ b/usr.bin/mandoc/mandoc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc.h,v 1.158 2017/05/16 19:05:36 schwarze Exp $ */ +/* $OpenBSD: mandoc.h,v 1.159 2017/05/30 19:29:31 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org> @@ -46,6 +46,8 @@ enum mandocerr { MANDOCERR_STYLE, /* ===== start of style suggestions ===== */ + MANDOCERR_MACRO_USELESS, /* useless macro: macro */ + MANDOCERR_WARNING, /* ===== start of warnings ===== */ /* related to the prologue */ |