CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/06/22 07:17:00
Modified files: usr.bin/systat : systat.1 Log message: Remove ^Z mention Suspending systat with ^Z is done by the shell iff job control is enabled, not systat itself. Try "set +m" to disable job control or start systat in a terminal without a shell, e.g. "xterm -e systat", to confirm ^Z doing nothing in these cases. OK jmc