diff options
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,8 @@ man_node_append(struct man *man, struct man_node *p) abort(); /* NOTREACHED */ } + + p->parent->nchild++; man->last = p; |