From cc9b1e24139b661bb28535bcd46b5ea002285b3b Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sun, 7 Aug 2011 13:33:24 -0400 Subject: [PATCH] Add another 'common issue' help info about processes. --- doc/manual/index.docbook | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook index 1c28b46d..a0a2d1db 100644 --- a/doc/manual/index.docbook +++ b/doc/manual/index.docbook @@ -997,7 +997,7 @@ For more information, please visit -FAQs, Tips and Tricks +Did You Know?, Common Issues and More Did You Know? @@ -1037,8 +1037,8 @@ Triple-clicking will select a whole line. Continuing to hold the mouse button an - -FAQs + +Common Issues @@ -1061,6 +1061,13 @@ This is needed for some scripts and commands to work as expected: + +In KDE3, each tab had its own process ID. However, in KDE4, all the tabs use the same process ID. This has the side-effect that if one tab's process has issues, all the other tabs may expericence issues as well. + + +This is most noticeable when a command that connects to an external device or system (ssh, nfs) has issues. + +