From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407Ab1KFVBQ (ORCPT ); Sun, 6 Nov 2011 16:01:16 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:53447 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789Ab1KFVBO (ORCPT ); Sun, 6 Nov 2011 16:01:14 -0500 From: "Rafael J. Wysocki" To: Randy Dunlap Subject: Re: [PATCH] Documentation: Fix typo in freezer-subsystem.txt Date: Sun, 6 Nov 2011 22:03:52 +0100 User-Agent: KMail/1.13.6 (Linux/3.1.0-rc10+; KDE/4.6.0; x86_64; ; ) Cc: LKML , Linux PM list References: <201111060112.05964.rjw@sisk.pl> <4EB6B7FB.3080005@xenotime.net> In-Reply-To: <4EB6B7FB.3080005@xenotime.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111062203.52842.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, November 06, 2011, Randy Dunlap wrote: > On 11/05/2011 05:12 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Fix a typo in Documentation/cgroups/freezer-subsystem.txt. > > > > Signed-off-by: Rafael J. Wysocki > > Acked-by: Randy Dunlap > > You are welcome to merge this with PM patches.. or did you want > me to merge it? Well, I can do that. :-) Thanks, Rafael > > --- > > Documentation/cgroups/freezer-subsystem.txt | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Index: linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt > > =================================================================== > > --- linux-3.0-SLE11-SP2.orig/Documentation/cgroups/freezer-subsystem.txt > > +++ linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt > > @@ -33,9 +33,9 @@ demonstrate this problem using nested ba > > > > From a second, unrelated bash shell: > > $ kill -SIGSTOP 16690 > > - $ kill -SIGCONT 16990 > > + $ kill -SIGCONT 16690 > > > > - > > + > > > > This happens because bash can observe both signals and choose how it > > responds to them. > > -- > > >