summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-24 15:59:50 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-24 15:59:50 +0000
commit0b89278a4977fe96cec8e2c06f4627e2e6b5c20f (patch)
treee22ec96df0f4796551f3388fefa635537c13371e /mandoc.h
parent07569d42d40c11c0305c5b07d2c1bbb04047c52f (diff)
downloadmandoc-0b89278a4977fe96cec8e2c06f4627e2e6b5c20f.tar.gz
in the base system, suggest leaving .Os blank; inspired by mdoclint
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 166483b3..46a50be8 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 ===== */