CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/01/08 08:01:58
Modified files: usr.bin/mandoc : mandocdb.c mansearch.c Log message: Prefer warn(3) over perror(3) at the few places where it was used. It is useful to see the program name. Suggested by Christos Zoulas (NetBSD).