CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/15 07:17:07
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Improve rev. 1.199 further:
If a database is empty, we already don't write a database file and
delete an existing one. If none exists, that only means the database
was empty and remains so, which is not an error. So don't nag about
it, in particular because that would be a weekly(8) annoyance.
Issue reported by jmc@.
