Git commit 07070f146ff256b9d7592cb9c6671b834fb8eba4 by Burkhard Lück. Committed on 03/08/2015 at 13:38. Pushed by lueck into branch 'master'.
Update kdeinit5 docbook add missing lang="&language;" to refentry fix title fix date + releaseinfo + refpurpose add productname REVIEW:124600 M +8 -8 docs/kdeinit5/man-kdeinit5.8.docbook http://commits.kde.org/kinit/07070f146ff256b9d7592cb9c6671b834fb8eba4 diff --git a/docs/kdeinit5/man-kdeinit5.8.docbook b/docs/kdeinit5/man-kdeinit5.8.docbook index 973207a..6e12db6 100644 --- a/docs/kdeinit5/man-kdeinit5.8.docbook +++ b/docs/kdeinit5/man-kdeinit5.8.docbook @@ -3,10 +3,10 @@ <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> -<refentry> +<refentry lang="&language;"> <refentryinfo> -<title>&kde; User's Manual</title> +<title>kdeinit5 User's Manual</title> <author> <firstname>Waldo</firstname> <surname>Bastian</surname> @@ -31,9 +31,9 @@ </affiliation> </author> -<date>2008-10-03</date> -<releaseinfo>0.01.01</releaseinfo> - +<date>2013-12-18</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> <refmeta> @@ -43,7 +43,7 @@ <refnamediv> <refname><command>kdeinit5</command></refname> -<refpurpose>&kde; process launcher.</refpurpose> +<refpurpose>Launcher for applications built with kdeinit support, and for KIO slaves.</refpurpose> </refnamediv> <refsynopsisdiv> @@ -233,12 +233,12 @@ command at the prompt <refsect1> <title>See Also</title> -<para>kded, kdekillall</para> +<para>kded5, kdekillall</para> </refsect1> <refsect1> <title>Bugs</title> -<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">bugs.kde.org</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
