diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:43:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:43:14 +0000 |
commit | 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (patch) | |
tree | 8ff6fbf981f3bdc5d277d4576475bacd27fcb851 /roff.h | |
parent | e480ff62446a168d7089e1c658d50d312188af05 (diff) | |
download | mandoc-6dab5c29876bfeee770246c6dfbcc1e0aef2f75e.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'roff.h')
-rw-r--r-- | roff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ }; |