CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/06 09:27:13
Modified files:
usr.bin/mandoc : main.c mandocdb.c
Log message:
Use getprogname(3) rather than __progname.
Suggested by Joerg@ Sonnenberger (NetBSD).
Last year, deraadt@ confirmed on tech@ that this "has the potential
to be more portable", and micro-optimizing for speed is not relevant
here. Also gets rid of one global variable.
