diff options
Diffstat (limited to 'kinit/Mainpage.dox')
-rw-r--r-- | kinit/Mainpage.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kinit/Mainpage.dox b/kinit/Mainpage.dox index e5c258575..5f76313c7 100644 --- a/kinit/Mainpage.dox +++ b/kinit/Mainpage.dox @@ -1,4 +1,4 @@ -/** @mainpage KDE Initialization Routines +/** @mainpage Trinity Initialization Routines kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. @@ -6,7 +6,7 @@ famous init used for booting UNIX. It launches processes by forking and then loading a dynamic library which should contain a 'main(...)' function. This both increases the startup speed and -reduces the memory consumption of KDE applications. +reduces the memory consumption of Trinity applications. kdeinit_wrapper, kshell and kwrapper provide methods of starting programs via kdeinit. |