summaryrefslogtreecommitdiffstats
path: root/kinit
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 20:35:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 20:35:25 +0000
commita93c19aaac4a8bdd50dcf36b372932e7145097f2 (patch)
treed8c179eef20efa70c159d93d6c6135bc20fcb650 /kinit
parentffbbad3e9ef672d8b59f2fd628addb705b6d85da (diff)
downloadtdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.tar.gz
tdelibs-a93c19aaac4a8bdd50dcf36b372932e7145097f2.zip
All documentation references to KDE should now be converted to Trinity for the new API website
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1176842 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kinit')
-rw-r--r--kinit/Mainpage.dox4
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.