CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 08:03:24
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
When "makewhatis -d" tries to add to a database that doesn't (yet) exist,
silently create it from scratch instead of printing a warning.
The annoying warning message was reported by ajacoutot@, and espie@
convincingly argues that a non-existing database can be considered
equivalent to an empty one.
