Git commit e8877998aa10b812e1982bb90d6560262075e880 by Burkhard L?ck. Committed on 08/05/2014 at 18:59. Pushed by lueck into branch 'master'.
meinproc5 man page update to kf5 REVIEW:118025 M +7 -56 docs/meinproc5/man-meinproc5.8.docbook http://commits.kde.org/kdoctools/e8877998aa10b812e1982bb90d6560262075e880 diff --git a/docs/meinproc5/man-meinproc5.8.docbook b/docs/meinproc5/man-meinproc5.8.docbook index be6d683..6a2a59c 100644 --- a/docs/meinproc5/man-meinproc5.8.docbook +++ b/docs/meinproc5/man-meinproc5.8.docbook @@ -55,13 +55,11 @@ Also, based on the information from http://olympus.het.brown.edu/cgi-bin/man/man <cmdsynopsis> <command>meinproc5</command> -<arg choice="opt">--help</arg> -<arg choice="opt">Generic-options</arg> -<arg choice="opt">Qt-options</arg> -<arg choice="opt">KDE-options</arg> +<arg choice="opt">-h, --help</arg> +<arg choice="opt">-v, --version</arg> <arg choice="opt">--cache<replaceable> file</replaceable></arg> <arg choice="opt">--check</arg> -<arg choice="opt">--srcdir</arg> +<arg choice="opt">--srcdir<replaceable> dir</replaceable></arg> <arg choice="opt">--param <replaceable>key</replaceable>=<replaceable>value</replaceable></arg> <group> @@ -90,16 +88,7 @@ Also, based on the information from http://olympus.het.brown.edu/cgi-bin/man/man <variablelist> <varlistentry> -<term><option>--author</option></term> -<listitem> -<para> -Show author information. -</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help</option></term> + <term><option>-h</option><option>--help</option></term> <listitem> <para> Show help about options. @@ -108,44 +97,6 @@ Show help about options. </varlistentry> <varlistentry> -<term><option>--help-all</option></term> -<listitem> -<para> -Show all options. -</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-kde</option></term> -<listitem> -<para> -Show KDE specific options. -</para> - - -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-qt</option></term> -<listitem> -<para> -Show Qt specific options. -</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--license</option></term> -<listitem> -<para> -Show license information. -</para> -</listitem> -</varlistentry> - -<varlistentry> <term><option>-v</option><option>--version</option></term> <listitem> <para> @@ -212,7 +163,7 @@ Stylesheet to use <term><option>--srcdir</option> <parameter>dir</parameter></term> <listitem> <para> -Set the root directory to look for kdelibs + Set the root directory to look for kdoctools </para> </listitem> </varlistentry> @@ -249,7 +200,7 @@ If you need to view the HTML output in another browser (for example, if you're p </userinput> </literallayout> where <replaceable>stylesheet-name</replaceable> is the full path to one of the XSL -stylesheets in $KDEDIR/share/apps/ksgmltools/customization. +stylesheets in <kdoctools_installation_prefix>/share/kf5/kdoctools/customization/. To produce output suitable for the web, you can use <command>kde-web.xsl</command> or <command>kde-chunk-online.xsl</command>. See the README file in that directory for more details. @@ -259,7 +210,7 @@ file in that directory for more details. <refsect1> <title>See Also</title> -<para><replaceable>kdeoptions</replaceable>(7), <replaceable>qtoptions</replaceable>(7)</para> +<para><replaceable>kf5options</replaceable>(7), <replaceable>qt5options</replaceable>(7)</para> </refsect1> <refsect1>
