[kde-doc-english] [kdoctools] docs/kf5options: Update for KF5 by Little Girl <littlergirl at gmail.com>

Jonathan Riddell jr at jriddell.org
Fri May 16 15:20:20 UTC 2014


Git commit f67b242c648ea958a510ebc57ecd761adf710ed2 by Jonathan Riddell.
Committed on 16/05/2014 at 15:19.
Pushed by jriddell into branch 'master'.

Update for KF5 by Little Girl <littlergirl at gmail.com>

ADDED:
	--author
		Displays the application author(s).
	--license
		Displays the application license.
	-v or --version
		Displays version information.

REMOVED:
	--config filename
		Use the alternative configuration filename.
	--nocrashhandler
		Disable the crash handler, to get core dumps.
	--style style
		Sets the application GUI style.
	--waitforwm
		Waits for a WM_NET compatible windowmanager.

CCMAIL:littlergirl at gmail.com

M  +29   -24   docs/kf5options/man-kf5options.7.docbook

http://commits.kde.org/kdoctools/f67b242c648ea958a510ebc57ecd761adf710ed2

diff --git a/docs/kf5options/man-kf5options.7.docbook b/docs/kf5options/man-kf5options.7.docbook
index f1c4783..4da5dd0 100644
--- a/docs/kf5options/man-kf5options.7.docbook
+++ b/docs/kf5options/man-kf5options.7.docbook
@@ -1,9 +1,9 @@
 <?xml version="1.0" ?>
-<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
-<!ENTITY % English "INCLUDE">
-]>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
+V1.1//EN" "dtd/kdedbx45.dtd" [<!ENTITY % English "INCLUDE">]>
 
 <refentry lang="&language;">
+
 <refentryinfo>
 <title>KDE User's Manual</title>
 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
@@ -18,7 +18,8 @@
 
 <refnamediv>
 <refname>kf5options</refname>
-<refpurpose>Common commandline options for all applications based on KDE Frameworks 5</refpurpose>
+<refpurpose>Common command line options for all applications based on KDE 
+Frameworks 5</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
@@ -28,49 +29,53 @@
 </cmdsynopsis>
 </refsynopsisdiv>
 
-
 <refsect1>
 <title>Options</title>
-
 <para>The following options apply to all &kde; applications:</para>
 <variablelist>
 <varlistentry>
-<term><option>--caption</option> <parameter>caption</parameter></term>
-<listitem><para>Use <parameter>caption</parameter> as name in the
-titlebar.</para></listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--icon</option> <parameter>icon</parameter></term>
-<listitem><para>Use <parameter>icon</parameter> as the application icon.</para></listitem>
+<term><option>--author</option></term>
+<listitem><para>Displays the author(s) of the application.</para></listitem>
 </varlistentry>
 <varlistentry>
-<term><option>--config</option> <parameter>filename</parameter></term>
-<listitem><para>Use the alternative configuration <parameter>filename</parameter></para></listitem>
+<term><option>--caption</option> <parameter>caption</parameter></term>
+<listitem><para>Displays the specified <parameter>caption</parameter> as the 
+application name in the titlebar.</para></listitem>
 </varlistentry>
 <varlistentry>
-<term><option>--nocrashhandler</option></term>
-<listitem><para>Disable the crash handler, to get core dumps.</para></listitem>
+<term><option>--geometry</option> <parameter>geometry</parameter></term>
+<listitem><para>Sets the client geometry of the main widget to the specified 
+<replaceable>widthxheight+xpos+ypos</replaceable> parameters. Some applications 
+will ignore all or part of this option.</para></listitem>
 </varlistentry>
 <varlistentry>
-<term><option>--waitforwm</option></term>
-<listitem><para>Waits for a WM_NET compatible windowmanager.</para></listitem>
+<term><option>--icon</option> <parameter>icon</parameter></term>
+<listitem><para>Uses the specified <parameter>icon</parameter> file as the 
+application icon.</para></listitem>
 </varlistentry>
 <varlistentry>
-<term><option>--style</option> <parameter>style</parameter></term>
-<listitem><para>Sets the application &GUI; style.</para></listitem>
+<term><option>--license</option></term>
+<listitem><para>Displays the application license.</para></listitem>
 </varlistentry>
 <varlistentry>
-<term><option>--geometry</option> <parameter>geometry</parameter></term>
-<listitem><para>Sets the client geometry of the main widget.</para></listitem>
+<term><option>-v</option> or <option>--version</option></term>
+<listitem><para>Displays version information.</para></listitem>
 </varlistentry>
 </variablelist>
+</refsect1>
 
+<refsect1>
+<title id="notes">Notes</title>
+<para>Configuration files can be kept inside the ~/.config directory in a 
+subdirectory with the <replaceable>application</replaceable> name.</para>
+<para>Launch your application with <command><envar>KDE_DEBUG=1</envar> 
+<replaceable>application</replaceable></command> to disable crash 
+handling.</para>
 </refsect1>
 
 <refsect1>
 <title>See Also</title>
 <para><replaceable>qt5options</replaceable>(7)</para>
-
 </refsect1>
 
 <refsect1>


More information about the kde-doc-english mailing list