diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-22 14:03:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-22 14:03:03 +0000 |
commit | 58e63ca37d1f123e661e096529eb22e418ed5542 (patch) | |
tree | 13a8051a813351883fd089a84e04890a431e867c /libman.h | |
parent | 32cbe85d8ce6eee87446621fa65138ae97b24bb8 (diff) | |
download | mandoc-58e63ca37d1f123e661e096529eb22e418ed5542.tar.gz |
Clarify -man -T[x]html handling of `br' within `B'.
Consolidated node unlinking in -man.
Conclude nested next-line scope issues noted by Ingo Schwarze.
Diffstat (limited to 'libman.h')
-rw-r--r-- | libman.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ enum merr { WMSEC, WDATE, WLNSCOPE, + WLNSCOPE2, WTSPACE, WTQUOTE, WNODATA, @@ -94,6 +95,7 @@ int man_body_alloc(struct man *, int, int, int); int man_elem_alloc(struct man *, int, int, int); void man_node_free(struct man_node *); void man_node_freelist(struct man_node *); +void man_node_unlink(struct man *, struct man_node *); void man_hash_init(void); int man_hash_find(const char *); int man_macroend(struct man *); |