Git commit 1fbabd3eb3229d97d27c267fbea3f7e267d3a9c8 by Jonathan Riddell. Committed on 12/11/2013 at 11:50. Pushed by jriddell into branch 'frameworks'.
Update man page for rename and current uses REVIEW:113810 M +1 -1 staging/kio/docs/CMakeLists.txt R +0 -0 staging/kio/docs/kcookiejar5/CMakeLists.txt [from: staging/kio/docs/kcookiejar4/CMakeLists.txt - 100% similarity] R +9 -14 staging/kio/docs/kcookiejar5/man-kcookiejar5.8.docbook [from: staging/kio/docs/kcookiejar4/man-kcookiejar4.8.docbook - 083% similarity] http://commits.kde.org/kdelibs/1fbabd3eb3229d97d27c267fbea3f7e267d3a9c8 diff --git a/staging/kio/docs/CMakeLists.txt b/staging/kio/docs/CMakeLists.txt index d0338c7..7d23a35 100644 --- a/staging/kio/docs/CMakeLists.txt +++ b/staging/kio/docs/CMakeLists.txt @@ -1,2 +1,2 @@ -add_subdirectory(kcookiejar4) +add_subdirectory(kcookiejar5) add_subdirectory(kioslave) diff --git a/staging/kio/docs/kcookiejar4/CMakeLists.txt b/staging/kio/docs/kcookiejar5/CMakeLists.txt similarity index 100% rename from staging/kio/docs/kcookiejar4/CMakeLists.txt rename to staging/kio/docs/kcookiejar5/CMakeLists.txt diff --git a/staging/kio/docs/kcookiejar4/man-kcookiejar4.8.docbook b/staging/kio/docs/kcookiejar5/man-kcookiejar5.8.docbook similarity index 83% rename from staging/kio/docs/kcookiejar4/man-kcookiejar4.8.docbook rename to staging/kio/docs/kcookiejar5/man-kcookiejar5.8.docbook index 0105b12..5538269 100644 --- a/staging/kio/docs/kcookiejar4/man-kcookiejar4.8.docbook +++ b/staging/kio/docs/kcookiejar5/man-kcookiejar5.8.docbook @@ -29,20 +29,20 @@ </refentryinfo> <refmeta> -<refentrytitle><command>kcookiejar4</command></refentrytitle> +<refentrytitle><command>kcookiejar5</command></refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> -<refname><command>kcookiejar4</command></refname> -<refpurpose>&kde; HTTP cookie daemon</refpurpose> +<refname><command>kcookiejar5</command></refname> +<refpurpose>Command line interface to the &kde; HTTP cookie daemon</refpurpose> </refnamediv> <refsynopsisdiv> <title>Synopsis</title> <cmdsynopsis> -<command>kcookiejar4</command> +<command>kcookiejar5</command> <arg choice="opt">--help</arg> <arg choice="opt">Generic-options</arg> @@ -58,7 +58,7 @@ <refsect1> <title>Description</title> -<para><command>kcookiejar4</command> handles the HTTP cookies providing +<para><command>kcookiejar5</command> is a command line interface to the HTTP cookie store used by KDE, a D-BUS service to store/retrieve/clean cookies. </para> </refsect1> @@ -167,17 +167,12 @@ Reloads the configuration file. <refsect1> <title>Usage</title> +<para><command>kcookiejar5</command> is a command line tool to access the kded module which manages cookies in <command>Konqueror</command> and other KDE applications. <para> -KDE web browser <command>konqueror</command> uses <command>kcookiejar4</command> for -storing and managing cookies using the D-Bus service <command>kcookiejar4</command> -provides. +When started without parameters it loads the kded module to provide the dbus interface to store cookies. </para> <para> -When <command>kcookiejar4</command> is started without parameters, it provides a D-BUS service -to handle HTTP cookies. -</para> -<para> -When <command>kcookiejar4</command> is started with some parameters, it does +When <command>kcookiejar5</command> is started with some parameters, it does additional tasks to the cookies jar it provides, like removing the cookies from one <parameter>domain</parameter>. </para> @@ -187,7 +182,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) -<!--, <replaceable>kded4</replaceable>(8), <replaceable>konqueror</replaceable>(8)--></para> +</para> </refsect1> <refsect1>
