sh: Update the suspend example for the change of the job control flag

from -j to -m, many years ago.

Due to r215266, this function now actually works.
This commit is contained in:
Jilles Tjoelker 2010-11-13 22:20:46 +00:00
parent 4a7b1013fb
commit d79326ecc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215268

View File

@ -34,6 +34,6 @@
suspend() {
local -
set +j
set +m
kill -TSTP 0
}