Git commit d83de3d37e716af777eae908c77f48724f550adb by Burkhard Lück. Committed on 02/07/2016 at 19:37. Pushed by lueck into branch 'master'.
Update KXStitch man page to kf5 replace obsolete options with reference to qt5options + kf5options REVIEW:128323 M +14 -68 doc/man-kxstitch.1.docbook http://commits.kde.org/kxstitch/d83de3d37e716af777eae908c77f48724f550adb diff --git a/doc/man-kxstitch.1.docbook b/doc/man-kxstitch.1.docbook index a99953a..c4eea71 100644 --- a/doc/man-kxstitch.1.docbook +++ b/doc/man-kxstitch.1.docbook @@ -5,7 +5,7 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> +<title>KXStitch User's Manual</title> <author><firstname>Eric</firstname> <surname>Pareja</surname> <contrib>First version of KXStitch man page for Debian project.</contrib> @@ -14,8 +14,8 @@ <surname>Chornoivan</surname> <contrib>Updated man page.</contrib> <email>[email protected]</email></author> -<date>2014-05-25</date> -<productname>K Desktop Environment</productname> +<date>2016-06-29</date> +<releaseinfo>KXStitch 2.0</releaseinfo> </refentryinfo> <refmeta> @@ -25,14 +25,13 @@ <refnamediv> <refname><command>kxstitch</command></refname> -<refpurpose>cross stitch pattern creator and editor for &kde;</refpurpose> +<refpurpose>cross stitch pattern creator and editor by &kde;</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> -<command>kxstitch</command> <arg choice="opt -">&kde; Generic Options</arg> <arg choice="opt">&Qt; Generic Options</arg> <arg choice="opt -"><option><replaceable>file</replaceable></option></arg> +<command>kxstitch</command> +<arg choice="opt"><option><replaceable>file</replaceable></option></arg> </cmdsynopsis> </refsynopsisdiv> @@ -48,62 +47,6 @@ </refsect1> <refsect1> -<title>Options</title> - -<variablelist> -<varlistentry> -<term><option>--author</option></term> -<listitem> -<para>Show author information</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help</option></term> -<listitem> -<para>Show help about options</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-qt</option></term> -<listitem> -<para>Show Qt specific options</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-kde</option></term> -<listitem> -<para>Show &kde; specific options</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>--help-all</option></term> -<listitem> -<para>Show all 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 and exit.</para> -</listitem> -</varlistentry> -</variablelist> - -</refsect1> - -<refsect1> <title>Arguments</title> <variablelist> @@ -120,14 +63,17 @@ <refsect1> <title>See Also</title> -<para>More detailed user documentation is available from <ulink +<simplelist> +<member>More detailed user documentation is available from <ulink url="help:/kxstitch">help:/kxstitch</ulink> (either enter this <acronym>URL</acronym> into &konqueror;, or run <userinput><command>khelpcenter</command> -<parameter>help:/kxstitch</parameter></userinput>).</para> - -<para>There is also further information available at the <ulink -url="http://userbase.kde.org/KXStitch">KXStitch home page</ulink>.</para> +<parameter>help:/kxstitch</parameter></userinput>).</member> +<member>kf5options(7)</member> +<member>qt5options(7)</member> +<member>There is also further information available at the <ulink +url="http://userbase.kde.org/KXStitch">KXStitch home page</ulink>.</member> +</simplelist> </refsect1> <refsect1> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
