diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 15:41:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 15:41:09 +0000 |
commit | b657e31a9ec6631499c82ab01201bfb7db357ba3 (patch) | |
tree | b4d902aaa9d17e0684c61f1912c194589fb05bc1 /libman.h | |
parent | 858ffa5feefe929dcf0dabf5d771106577f1d9e7 (diff) | |
download | mandoc-b657e31a9ec6631499c82ab01201bfb7db357ba3.tar.gz |
-man linked to mandoc in documentation.
Diffstat (limited to 'libman.h')
-rw-r--r-- | libman.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ int man_macro(struct man *, int, int, int, int *, char *); int man_hash_find(const void *, const char *); void man_hash_free(void *); +int man_macroend(struct man *); __END_DECLS |