Add the "unexpected bash exit" case to the docstring.
authorZac Medico <zmedico@gentoo.org>
Sun, 15 Aug 2010 16:13:19 +0000 (09:13 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 15 Aug 2010 16:13:19 +0000 (09:13 -0700)
pym/_emerge/EbuildIpcDaemon.py

index 68c68d28d827e0f569c9c8e9e1b5580059056d33..84ee022b8614b5f1b250ebea99033c9c8a5ab760 100644 (file)
@@ -21,7 +21,9 @@ class EbuildIpcDaemon(FifoIpcDaemon):
        performance and userpriv permission issues.
 
     3) Reliable ebuild termination in cases when the ebuild has accidentally
-       left orphan processes running in the backgraound (as in bug 278895).
+       left orphan processes running in the background (as in bug #278895).
+
+    4) Detect cases in which bash has exited unexpectedly (as in bug #190128).
        """
 
        __slots__ = ('commands',)