diff options
author | 2017-06-24 15:59:28 +0000 | |
---|---|---|
committer | 2017-06-24 15:59:28 +0000 | |
commit | 2f84042e7587b8319a33ea55f63ee51e94afcc06 (patch) | |
tree | ed770501765aa91a44fcb06fb9c4b47c05b2359b /usr.bin/mandoc/mandoc.h | |
parent | Split -Wstyle into -Wstyle and the even lower -Wbase, and add (diff) | |
download | wireguard-openbsd-2f84042e7587b8319a33ea55f63ee51e94afcc06.tar.xz wireguard-openbsd-2f84042e7587b8319a33ea55f63ee51e94afcc06.zip |
in the base system, suggest leaving .Os blank; inspired by mdoclint
Diffstat (limited to 'usr.bin/mandoc/mandoc.h')
-rw-r--r-- | usr.bin/mandoc/mandoc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mandoc.h b/usr.bin/mandoc/mandoc.h index f7359091d37..cb6ffead8c3 100644 --- a/usr.bin/mandoc/mandoc.h +++ b/usr.bin/mandoc/mandoc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc.h,v 1.175 2017/06/24 14:38:27 schwarze Exp $ */ +/* $OpenBSD: mandoc.h,v 1.176 2017/06/24 15:59:28 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org> @@ -48,6 +48,7 @@ enum mandocerr { MANDOCERR_MDOCDATE, /* Mdocdate found: Dd ... */ MANDOCERR_MDOCDATE_MISSING, /* Mdocdate missing: Dd ... */ + MANDOCERR_OS_ARG, /* operating system explicitly specified: Os ... */ MANDOCERR_RCS_MISSING, /* RCS id missing */ MANDOCERR_STYLE, /* ===== start of style suggestions ===== */ |