summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 14:03:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 14:03:03 +0000
commit58e63ca37d1f123e661e096529eb22e418ed5542 (patch)
tree13a8051a813351883fd089a84e04890a431e867c /libman.h
parent32cbe85d8ce6eee87446621fa65138ae97b24bb8 (diff)
downloadmandoc-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libman.h b/libman.h
index 4a053dd6..2efafe78 100644
--- a/libman.h
+++ b/libman.h
@@ -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 *);