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. + +