diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-23 12:44:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-23 12:44:56 +0000 |
commit | 527d07ef48406d7e7b0e3f84aab2251ff33a4599 (patch) | |
tree | f4a45e7bd3dcaf382d63a61ac12fb852ca40b00e /mdoc.h | |
parent | 85c9ebb82f6cfd81fa04de4344ca2948d174c95c (diff) | |
download | mandoc-527d07ef48406d7e7b0e3f84aab2251ff33a4599.tar.gz |
If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),
instead use the .Nd content recursively.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -389,6 +389,7 @@ struct mdoc; const struct mdoc_node *mdoc_node(const struct mdoc *); const struct mdoc_meta *mdoc_meta(const struct mdoc *); +void mdoc_deroff(char **, const struct mdoc_node *); __END_DECLS |