]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Documentation: Fix typo in freezer-subsystem.txt
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 6 Nov 2011 21:00:20 +0000 (22:00 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 7 Nov 2011 22:02:25 +0000 (23:02 +0100)
Fix a typo in Documentation/cgroups/freezer-subsystem.txt.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Documentation/cgroups/freezer-subsystem.txt

index c21d77742a0799424b09466857681ddcc7100f8b..7e62de1e59ff037af36728a6ec8bd3f79a822464 100644 (file)
@@ -33,9 +33,9 @@ demonstrate this problem using nested bash shells:
 
        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.