diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:44:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:44:40 -0500 |
commit | 47a706a785ee2497fd7ebcf8176364a09f23ae07 (patch) | |
tree | 114871fa1729954446b676623b93dfb457474e88 /tdeinit/Mainpage.dox | |
parent | 931f86e56b6e7139870ae37e7a86629176af57d4 (diff) | |
download | tdelibs-47a706a785ee2497fd7ebcf8176364a09f23ae07.tar.gz tdelibs-47a706a785ee2497fd7ebcf8176364a09f23ae07.zip |
Rename remnant files and references from kinit -> tdeinit.
Diffstat (limited to 'tdeinit/Mainpage.dox')
-rw-r--r-- | tdeinit/Mainpage.dox | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tdeinit/Mainpage.dox b/tdeinit/Mainpage.dox new file mode 100644 index 000000000..06a34909b --- /dev/null +++ b/tdeinit/Mainpage.dox @@ -0,0 +1,29 @@ +/** @mainpage Trinity Initialization Routines + +tdeinit is a process launcher somewhat similar to the +famous init used for booting UNIX. +<p> +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 Trinity applications. + +tdeinit_wrapper, kshell and kwrapper provide methods +of starting programs via tdeinit. + +@authors +Waldo Bastian \<bastian@kde.org\><br> +Process title changing code taken from the ProFTPD Project, adapted by Alex Merry + +@maintainers +[Unknown/None] + +@licenses +@gpl<br> +Most code is @lgpl + +*/ + +// DOXYGEN_REFERENCES = tdecore +// DOXYGEN_SET_PROJECT_NAME = KInit +// vim:ts=4:sw=4:expandtab:filetype=doxygen |