summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man.c b/man.c
index 41865f09..7336590e 100644
--- a/man.c
+++ b/man.c
@@ -305,8 +305,7 @@ man_span_alloc(struct man *m, const struct tbl_span *span)
{
struct man_node *n;
- /* FIXME: grab from span */
- n = man_node_alloc(m, 0, 0, MAN_TBL, MAN_MAX);
+ n = man_node_alloc(m, span->line, 0, MAN_TBL, MAN_MAX);
n->span = span;
if ( ! man_node_append(m, n))