From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 6676767e; for ; Thu, 16 Apr 2015 11:36:52 -0500 (EST) Date: Thu, 16 Apr 2015 11:36:52 -0500 (EST) Message-Id: <8553835121279324893.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: shorten "outdated mandoc.db" warning message; requested by X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- shorten "outdated mandoc.db" warning message; requested by deraadt@ Modified Files: -------------- mdocml: main.c Revision Data ------------- Index: main.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/main.c,v retrieving revision 1.232 retrieving revision 1.233 diff -Lmain.c -Lmain.c -u -p -r1.232 -r1.233 --- main.c +++ main.c @@ -576,11 +576,9 @@ fs_lookup(const struct manpaths *paths, found: #if HAVE_SQLITE3 - fprintf(stderr, "%s: outdated mandoc.db lacks %s(%s) entry,\n" - " consider running # makewhatis %s\n", - progname, name, sec, paths->paths[ipath]); + fprintf(stderr, "%s: outdated mandoc.db lacks %s(%s) entry, run " + "makewhatis %s\n", progname, name, sec, paths->paths[ipath]); #endif - *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage)); page = *res + (*ressz - 1); page->file = file; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv