aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit6e833a20a85c3db8d206be179927b1591339d982 (patch)
tree40caf8d81b80987d783fd2ed26e2dfc5ce04e556 /libman.h
parentf27e8dcec6089cf24702107e517e3c0c5950477d (diff)
downloadmandoc-6e833a20a85c3db8d206be179927b1591339d982.tar.gz
mandoc-6e833a20a85c3db8d206be179927b1591339d982.tar.zst
mandoc-6e833a20a85c3db8d206be179927b1591339d982.zip
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index ad33e44f..28dc5ffa 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.24 2010/03/22 05:59:32 kristaps Exp $ */
+/* $Id: libman.h,v 1.25 2010/03/22 14:03:03 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);