CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/08/24 19:21:57
Modified files: usr.sbin/radiusctl: radiusctl.8 radiusctl.c Log message: Remove references to the -h command line option which was removed. Also use `return' instead of exit(3) in main(). Patch from Michael Reed ok jmc