Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 22:20:47 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215268 - head/bin/sh/funcs
Message-ID:  <201011132220.oADMKlsP061806@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Nov 13 22:20:46 2010
New Revision: 215268
URL: http://svn.freebsd.org/changeset/base/215268

Log:
  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.

Modified:
  head/bin/sh/funcs/suspend

Modified: head/bin/sh/funcs/suspend
==============================================================================
--- head/bin/sh/funcs/suspend	Sat Nov 13 22:18:12 2010	(r215267)
+++ head/bin/sh/funcs/suspend	Sat Nov 13 22:20:46 2010	(r215268)
@@ -34,6 +34,6 @@
 
 suspend() {
 	local -
-	set +j
+	set +m
 	kill -TSTP 0
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011132220.oADMKlsP061806>