From 8155eaf46ed78ae4358943a29036efc2306ff2b6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 15 Aug 2010 09:13:19 -0700 Subject: Add the "unexpected bash exit" case to the docstring. --- pym/_emerge/EbuildIpcDaemon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/EbuildIpcDaemon.py b/pym/_emerge/EbuildIpcDaemon.py index 68c68d28d..84ee022b8 100644 --- a/pym/_emerge/EbuildIpcDaemon.py +++ b/pym/_emerge/EbuildIpcDaemon.py @@ -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',) -- cgit v1.2.3-1-g7c22