summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man.c b/man.c
index 61657041..683fd098 100644
--- a/man.c
+++ b/man.c
@@ -301,6 +301,7 @@ man_span_alloc(struct man *m, const struct tbl_span *span)
/* FIXME: grab from span */
n = man_node_alloc(0, 0, MAN_TBL, MAN_MAX);
+ n->span = span;
if ( ! man_node_append(m, n))
return(0);