Git commit df94650b36e493603445c9d7366173c175e55ff6 by Burkhard Lück. Committed on 03/08/2015 at 20:34. Pushed by lueck into branch 'master'.
add language to refentry, add productname, fix date+releaseinfo in frameworks/kservice docbooks REVIEW:124549 M +5 -4 docs/desktoptojson/man-desktoptojson.8.docbook M +9 -6 docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook http://commits.kde.org/kservice/df94650b36e493603445c9d7366173c175e55ff6 diff --git a/docs/desktoptojson/man-desktoptojson.8.docbook b/docs/desktoptojson/man-desktoptojson.8.docbook index 3751e3a..27c287e 100644 --- a/docs/desktoptojson/man-desktoptojson.8.docbook +++ b/docs/desktoptojson/man-desktoptojson.8.docbook @@ -3,7 +3,7 @@ <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> -<refentry> +<refentry lang="&language;"> <refentryinfo> <title>&kde; Frameworks: KService</title> @@ -24,8 +24,9 @@ </affiliation> </author> -<date>2014-04-01</date> -<releaseinfo>5.0</releaseinfo> +<date>2014-04-02</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> @@ -130,7 +131,7 @@ referenced from the <function>K_PLUGIN_FACTORY_WITH_JSON</function> or <refsect1> <title>Bugs</title> -<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report them.</para> +<para>Please use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para> </refsect1> </refentry> diff --git a/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook b/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook index 0f70d3c..6e1800e 100644 --- a/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook +++ b/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook @@ -3,7 +3,7 @@ <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> -<refentry> +<refentry lang="&language;"> <refentryinfo> <title>&kde; Frameworks: KService</title> @@ -24,8 +24,9 @@ </affiliation> </author> -<date>2014-04-01</date> -<releaseinfo>5.0</releaseinfo> +<date>2014-04-12</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> @@ -183,13 +184,15 @@ Show version information. <varlistentry> <term><filename><varname>cachedir</varname>/ksycoca5</filename></term> <listitem> -<para>The KService cache generated by <command>kbuildsycoca5</command>. On Unix systems, <varname>cachedir</varname> is typically <filename class="directory">~/.config</filename></para> +<para>The KService cache generated by <command>kbuildsycoca5</command>. On Unix systems, <varname>cachedir</varname> +is typically <filename class="directory"><envar>XDG_CONFIG_HOME</envar></filename></para> </listitem> </varlistentry> <varlistentry> <term><filename><varname>cachedir</varname>/ksycoca5stamp</filename></term> <listitem> -<para>The timestamp and other meta-information about the main cache file. On Unix systems, <varname>cachedir</varname> is typically <filename class="directory">~/.config</filename></para> +<para>The timestamp and other meta-information about the main cache file. On Unix systems, <varname>cachedir</varname> +is typically <filename class="directory"><envar>XDG_CONFIG_HOME</envar></filename></para> </listitem> </varlistentry> </variablelist> @@ -209,7 +212,7 @@ Show version information. <refsect1> <title>Bugs</title> -<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report them.</para> +<para>Please use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para> </refsect1> </refentry> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
