diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /doc/kappfinder/man-kappfinder.1.docbook | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kappfinder/man-kappfinder.1.docbook')
-rw-r--r-- | doc/kappfinder/man-kappfinder.1.docbook | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/kappfinder/man-kappfinder.1.docbook b/doc/kappfinder/man-kappfinder.1.docbook new file mode 100644 index 000000000..1c0fdb681 --- /dev/null +++ b/doc/kappfinder/man-kappfinder.1.docbook @@ -0,0 +1,81 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!ENTITY % English "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<author><personname><firstname>Jan</firstname><surname>Schaumann</surname></personname> +<email>jschauma@netmeister.org</email></author> +<date>April 8, 2003</date> +</refentryinfo> + +<refmeta> +<refentrytitle><command>kappfinder</command></refentrytitle> +<manvolnum>1</manvolnum> +</refmeta> + +<refnamediv> +<refname><command>kappfinder</command></refname> +<refpurpose>An app to add installed applications to the &kde; menu.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>kappfinder</command> +<group><option>--dir</option> <replaceable> directory</replaceable></group> +<group><option>KDE Generic Options</option></group> +<group><option>Qt Generic Options</option></group> + +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title>Description</title> + +<para>The KDE application findern (&kappfinder;) looks for legacy and +third party applications that are installed on your system and adds +them to the KDE menu system. </para> + +</refsect1> + +<refsect1> +<title>Options</title> + +<variablelist> +<varlistentry> +<term><option>--dir</option> <replaceable>directory</replaceable></term> +<listitem> +<para> +Install <filename>.desktop</filename> files into directory <replaceable>directory</replaceable> +</para> +</listitem> +</varlistentry> +</variablelist> + +</refsect1> + +<refsect1> +<title>See Also</title> + +<para>More detailed user documentation is available from <ulink +url="help:/kappfinder">help:/kappfinder</ulink> (either enter this +<acronym>URL</acronym> into &konqueror;, or run +<userinput><command>khelpcenter</command> +<parameter>help:/kappfinder</parameter></userinput>).</para> + +</refsect1> + +<refsect1> +<title>Authors</title> + +<para>&kappfinder; was written by &Matthias.Hoelzer-Kluepfel; &Matthias.Hoelzer-Kluepfel.mail;</para> + +<para>This man page was prepared by Jan Schaumann +<email>jschauma@netmeister.org</email> for the <quote>Missing Man +Pages Project</quote> ( <ulink +url="http://www.netmeister.org/misc/m2p2/index.html">http://www.netmeister.org/misc/m2p2/index.html</ulink>.</para> + +</refsect1> + +</refentry> |