summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 025c28ab..6a6857ea 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1101,6 +1101,7 @@ parse_catpage(struct of *of)
if (NULL == title || '\0' == *title) {
if (warnings)
say(of->file, "Cannot find NAME section");
+ putkey(of, of->name, TYPE_Nd);
fclose(stream);
free(title);
return;