=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- mandoc/mandocdb.c 2013/06/05 21:21:08 1.61 +++ mandoc/mandocdb.c 2013/06/06 02:40:37 1.62 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.61 2013/06/05 21:21:08 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.62 2013/06/06 02:40:37 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013 Ingo Schwarze @@ -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;