CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/22 12:32:24
Modified files:
usr.bin/tset : tset.c
Log message:
Hoist initialization of _nc_progname to start of main()
This way early calls to err(), failed() and usage() show "reset"
instead of "tset" if the program was invoked as reset(1).
Issue noted by jmc
ok kn
