summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mandocdb.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-04-25 12:12:35 +0000
committerschwarze <schwarze@openbsd.org>2014-04-25 12:12:35 +0000
commitdbb14b0b48b3a4d09d9387ac8a0a19532a80e33f (patch)
treec519e8bf1cda2ab7280492bf7488e7b3bf9cca4f /usr.bin/mandoc/mandocdb.c
parentMLINKS traceroute.8 traceroute6.8 (diff)
downloadwireguard-openbsd-dbb14b0b48b3a4d09d9387ac8a0a19532a80e33f.tar.xz
wireguard-openbsd-dbb14b0b48b3a4d09d9387ac8a0a19532a80e33f.zip
Reduce the verbosity of makewhatis -t:
In the past, it always showed the title lines of the files processed. Now, it only shows them when called with -D. That is better because pkg_create calls makewhatis -t. It is also more consistent with -D behaviour in non- -t modes. Issue reported by ajacoutot@; ok espie@ ajacoutot@ jasper@.
Diffstat (limited to 'usr.bin/mandoc/mandocdb.c')
-rw-r--r--usr.bin/mandoc/mandocdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mandocdb.c b/usr.bin/mandoc/mandocdb.c
index 3da7cae4c25..0c59b862ab3 100644
--- a/usr.bin/mandoc/mandocdb.c
+++ b/usr.bin/mandoc/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.101 2014/04/23 21:06:33 schwarze Exp $ */
+/* $Id: mandocdb.c,v 1.102 2014/04/25 12:12:35 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -1988,6 +1988,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 ||