CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2018/02/10 12:49:50
Modified files: usr.sbin/iostat: iostat.c Log message: Cap wait/interval at 100 million seconds. Keeps nanosleep(2) from choking. While here, call the argument to the -w flag "wait" in the error message to match up with documentation and usage(). ok tedu@ deraadt@ tb@