Git commit 590638e510498b80c95c548d2856d71d69071560 by Burkhard Lück. Committed on 01/08/2015 at 08:32. Pushed by lueck into branch 'master'.
Update docbook in frameworks/kross REVIEW:124559 M +16 -47 docs/kross/man-kf5kross.1.docbook http://commits.kde.org/kross/590638e510498b80c95c548d2856d71d69071560 diff --git a/docs/kross/man-kf5kross.1.docbook b/docs/kross/man-kf5kross.1.docbook index cdbb416..424e6fb 100644 --- a/docs/kross/man-kf5kross.1.docbook +++ b/docs/kross/man-kf5kross.1.docbook @@ -6,7 +6,7 @@ <refentry> <refentryinfo> -<title>&kde; User's Manual</title> +<title>kf5kross User's Manual</title> <author> <firstname>Sebastian</firstname> <surname>Sauer</surname> @@ -15,8 +15,9 @@ </affiliation> </author> -<date>2008-10-22</date> -<releaseinfo>0.01.01</releaseinfo> +<date>2015-07-31</date> +<releaseinfo>Frameworks 5.13</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> @@ -36,10 +37,10 @@ <cmdsynopsis> <command>kf5kross</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">--author</arg> +<arg choice="opt">--license</arg> <arg choice="opt">file ...</arg> </cmdsynopsis> </refsynopsisdiv> @@ -53,44 +54,27 @@ </refsect1> <refsect1> -<title>Generic Options</title> -<para> +<title>Options</title> <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.</para> </listitem> </varlistentry> <varlistentry> -<term><option>--help-all</option></term> -<listitem> -<para>Show all options.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-kde</option></term> +<term><option>-v</option><option>--version</option></term> <listitem> -<para>Show KDE specific options.</para> - - +<para>Show version information</para> </listitem> </varlistentry> <varlistentry> -<term><option>--help-qt</option></term> +<term><option>--author</option></term> <listitem> -<para>Show Qt specific options.</para> +<para>Show author information.</para> </listitem> </varlistentry> @@ -102,21 +86,6 @@ </varlistentry> <varlistentry> -<term><option>-v</option><option>--version</option></term> -<listitem> -<para>Show version information</para> -</listitem> -</varlistentry> - -</variablelist> -</para> -</refsect1> - -<refsect1> -<title>Application Options</title> -<variablelist> - -<varlistentry> <term><option>file</option>...</term> <listitem> <para>The files with the scripts to run. @@ -144,8 +113,8 @@ To interpret other languages than &kde; Javascript, <replaceable>kdebindings</re <refsect1> <title>See Also</title> -<para><replaceable>kdeoptions</replaceable>(7), <replaceable>qtoptions</replaceable>(7), -<replaceable>python</replaceable>(1), <replaceable>ruby</replaceable>(1), <replaceable>kjs</replaceable>(1), +<para><replaceable>kf5options</replaceable>(7), <replaceable>qt5options</replaceable>(7), +<replaceable>python</replaceable>(1), <replaceable>ruby</replaceable>(1), <replaceable>kjs5</replaceable>(1), <replaceable>java</replaceable>(1), <replaceable>falcon</replaceable>(1) </para> <para> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
