diff options
-rw-r--r-- | makewhatis.8 | 2 | ||||
-rw-r--r-- | mandocdb.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/makewhatis.8 b/makewhatis.8 index 9b70af15..7b262ea2 100644 --- a/makewhatis.8 +++ b/makewhatis.8 @@ -41,7 +41,7 @@ .Fl u Ar dir .Op Ar .Nm -.Op Fl Q +.Op Fl DQ .Fl t Ar .Sh DESCRIPTION The @@ -1996,6 +1996,8 @@ dbadd(struct mpage *mpage, struct mchars *mc) mlink = mpage->mlinks; if (nodb) { + if (0 == debug) + return; while (NULL != mlink) { fputs(mlink->name, stdout); if (NULL == mlink->next || |