Git commit 0f89fe5d0baf6beec1c7512a6f7a1b724c71fc48 by Burkhard Lück. Committed on 31/07/2015 at 20:06. Pushed by lueck into branch 'master'.
Update docbooks in frameworks/kio Proofread+update, remove obsolete options from kcookiejar5 man docbook REVIEW:124554 M +9 -56 docs/kcookiejar5/man-kcookiejar5.8.docbook M +1 -1 docs/kioslave/help/documentationnotfound/index.docbook http://commits.kde.org/kio/0f89fe5d0baf6beec1c7512a6f7a1b724c71fc48 diff --git a/docs/kcookiejar5/man-kcookiejar5.8.docbook b/docs/kcookiejar5/man-kcookiejar5.8.docbook index 0e5f858..b3bd75a 100644 --- a/docs/kcookiejar5/man-kcookiejar5.8.docbook +++ b/docs/kcookiejar5/man-kcookiejar5.8.docbook @@ -6,7 +6,7 @@ <refentry> <refentryinfo> -<title>&kde; User's Manual</title> +<title>kcookiejar5 User's Manual</title> <author> <firstname>Waldo</firstname> <surname> Bastian</surname> @@ -23,8 +23,8 @@ </affiliation> </author> -<date>2008-10-14</date> -<releaseinfo>0.01.01</releaseinfo> +<date>2015.07.31</date> +<releaseinfo>Frameworks 5.13</releaseinfo> </refentryinfo> @@ -44,10 +44,8 @@ <cmdsynopsis> <command>kcookiejar5</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">--shutdown</arg> <arg choice="opt">--remove<replaceable> domain</replaceable></arg> <arg choice="opt">--remove-all</arg> @@ -64,69 +62,24 @@ a D-BUS service to store/retrieve/clean cookies. </refsect1> <refsect1> -<title>Generic Options</title> -<para> -<variablelist> +<title>Options</title> -<varlistentry> -<term><option>--author</option></term> -<listitem> -<para>Show author information.</para> -</listitem> -</varlistentry> +<variablelist> <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> -<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>Show version information</para> </listitem> </varlistentry> -</variablelist> -</para> -</refsect1> - -<refsect1> -<title>Application Options</title> -<variablelist> - <varlistentry> <term><option>--shutdown</option></term> <listitem> @@ -181,7 +134,7 @@ additional tasks to the cookies jar it provides, like removing the cookies from <refsect1> <title>See Also</title> -<para><replaceable>kdeoptions</replaceable>(7), <replaceable>qtoptions</replaceable>(7) +<para><replaceable>kf5options</replaceable>(7), <replaceable>qt5options</replaceable>(7) </para> </refsect1> diff --git a/docs/kioslave/help/documentationnotfound/index.docbook b/docs/kioslave/help/documentationnotfound/index.docbook index 2981869..c7d6822 100644 --- a/docs/kioslave/help/documentationnotfound/index.docbook +++ b/docs/kioslave/help/documentationnotfound/index.docbook @@ -18,7 +18,7 @@ </authorgroup> <date>2014-04-02</date> -<releaseinfo>5.0</releaseinfo> +<releaseinfo>Frameworks 5.0</releaseinfo> </articleinfo> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
