CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2009/10/30 13:41:10
Modified files: usr.sbin/apm : apm.c Log message: when used with incorrect flags, zzz(8) should call zzusage(void) instead of usage(void). millert@ suggested checking __progname() against "zzz" to match existing code. ok millert@