summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-17 22:43:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-17 22:43:14 +0000
commit6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (patch)
tree8ff6fbf981f3bdc5d277d4576475bacd27fcb851 /roff.h
parente480ff62446a168d7089e1c658d50d312188af05 (diff)
downloadmandoc-6dab5c29876bfeee770246c6dfbcc1e0aef2f75e.tar.gz
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff.h b/roff.h
index 4912c328..f153f854 100644
--- a/roff.h
+++ b/roff.h
@@ -534,6 +534,7 @@ struct roff_meta {
char *name; /* Leading manual name. */
char *date; /* Normalized date. */
int hasbody; /* Document is not empty. */
+ int rcsids; /* Bits indexed by enum mdoc_os. */
enum mdoc_os os_e; /* Operating system. */
};