diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-28 18:36:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-28 18:36:35 +0000 |
commit | eb9e2934b8348c51d01cc87f4d2ab21263627cf3 (patch) | |
tree | d453fd594ce23528934b318370906ad0e63324ef /libmdoc.h | |
parent | e648fcd63ca4a6932755144a7cfaad0a3f55cffa (diff) | |
download | mandoc-eb9e2934b8348c51d01cc87f4d2ab21263627cf3.tar.gz |
Retire support for CSRG supplementary document titles. These are
long obsolete and were never written in mdoc(7) in the first place.
Removes 100 lines from source files.
Diffstat (limited to 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ const char *mdoc_a2att(const char *); const char *mdoc_a2lib(const char *); const char *mdoc_a2st(const char *); const char *mdoc_a2arch(const char *); -const char *mdoc_a2vol(const char *); void mdoc_valid_pre(struct mdoc *, struct mdoc_node *); void mdoc_valid_post(struct mdoc *); enum margverr mdoc_argv(struct mdoc *, int, enum mdoct, |