public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix typo in freezer-subsystem.txt
@ 2011-11-06  0:12 Rafael J. Wysocki
  2011-11-06  9:40 ` Srivatsa S. Bhat
  2011-11-06 16:38 ` Randy Dunlap
  0 siblings, 2 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2011-11-06  0:12 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linux PM list

From: Rafael J. Wysocki <rjw@sisk.pl>

Fix a typo in Documentation/cgroups/freezer-subsystem.txt.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
 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
 
-	<at this point 16990 exits and causes 16644 to exit too>
+	<at this point 16690 exits and causes 16644 to exit too>
 
 This happens because bash can observe both signals and choose how it
 responds to them.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-06 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06  0:12 [PATCH] Documentation: Fix typo in freezer-subsystem.txt Rafael J. Wysocki
2011-11-06  9:40 ` Srivatsa S. Bhat
2011-11-06 16:38 ` Randy Dunlap
2011-11-06 21:03   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox