summaryrefslogtreecommitdiffstats
path: root/doc/kdelibs/man-dcop.1.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:06:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:06:07 -0600
commitb63b93fb56b967427b1e3ac1b8adb6d16c7d245f (patch)
tree4a3e013842336b7511f911586b23e45fadfdc9dd /doc/kdelibs/man-dcop.1.docbook
parent0722ee612ec7e4364c7c604bdec429c35c3e0048 (diff)
downloadtdelibs-b63b93fb56b967427b1e3ac1b8adb6d16c7d245f.tar.gz
tdelibs-b63b93fb56b967427b1e3ac1b8adb6d16c7d245f.zip
Finish rename from prior commit
Diffstat (limited to 'doc/kdelibs/man-dcop.1.docbook')
-rw-r--r--doc/kdelibs/man-dcop.1.docbook161
1 files changed, 0 insertions, 161 deletions
diff --git a/doc/kdelibs/man-dcop.1.docbook b/doc/kdelibs/man-dcop.1.docbook
deleted file mode 100644
index ba200e09b..000000000
--- a/doc/kdelibs/man-dcop.1.docbook
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
-<!ENTITY kdeoptions SYSTEM "kdeoptions.docbook">
-<!ENTITY qtoptions SYSTEM "qtoptions.docbook">
-<!ENTITY % English "INCLUDE">
-]>
-
-<refentry lang="&language;">
-<refentryinfo>
-<author><personname><firstname>Chris</firstname><surname>Cheney</surname></personname>
-<email>ccheney@debian.org</email></author>
-<date>March 7, 2003</date>
-</refentryinfo>
-
-<refmeta>
-<refentrytitle><command>dcop</command></refentrytitle>
-<manvolnum>1</manvolnum>
-</refmeta>
-
-<refnamediv>
-<refname><command>dcop</command></refname>
-<refpurpose>Console &DCOP; client</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<cmdsynopsis>
-<command>dcop</command>
-<group><option>--pipe</option></group>
-<group><option>--user</option> <replaceable> user</replaceable></group>
-<group><option>--all-users</option></group>
-<group><option>--session</option> <replaceable> session</replaceable></group>
-<group><option>--all-sessions</option></group>
-<group><option>--list-sessions</option></group>
-<group><option>--no-user-time</option></group>
-<group>
- <arg><replaceable>application</replaceable></arg>
- <group>
- <arg><replaceable>object</replaceable></arg>
- <group>
- <arg choice="opt"><replaceable>function</replaceable></arg>
-<group><arg choice="opt" rep="repeat"><replaceable>arguments</replaceable></arg></group>
-</group>
-</group>
-</group>
-</cmdsynopsis>
-
-</refsynopsisdiv>
-
-<refsect1>
-<title>Description</title>
-<para>Console &DCOP; client</para>
-
-<para><!-- Write some stuff here --></para>
-
-</refsect1>
-
-<refsect1>
-<title>Options</title>
-
-<variablelist>
-<varlistentry>
-<term><option>--pipe</option></term>
-<listitem>
-<para>Call &DCOP; for each line read from stdin.</para>
-<para>This is roughly equivalent to calling <userinput>while read line
-; do dcop $line ; done</userinput> but because no new
-<command>dcop</command> instance has to be started for each line this
-is generally much faster, especially for the slower GNU dynamic
-linkers.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--user</option> <replaceable>user</replaceable></term>
-<listitem>
-<para>Connect to the given user's &DCOP; server. This option will
-ignore the values of the environment vars $<envar>DCOPSERVER</envar>
-and $<envar>ICEAUTHORITY</envar>, even if they are set.</para>
-<para>If the user has more than one open session, you must also use
-one of the <option>--list-sessions</option>,
-<option>--session</option> or <option>--all-sessions</option>
-command-line options.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--all-users</option></term>
-<listitem>
-<para>Send the same &DCOP; call to all users with a running &DCOP;
-server. Only failed calls to existing &DCOP; servers will generate an
-error message. If no &DCOP; server is available at all, no error will
-be generated.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--session</option>
-<replaceable>session</replaceable></term>
-<listitem><para>Send to the given &kde; session. This option can only
-be used in combination with the <option>--user</option> option.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--all-sessions</option></term>
-<listitem>
-<para>Send to all sessions found. Only works with the
-<option>--user</option> and <option>--all-users</option>
-options.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--list-sessions</option></term>
-<listitem>
-<para>List all active &kde; sessions for a user or all users.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><option>--no-user-time</option></term>
-<listitem>
-<para>Don't update the user activity timestamp in the called application (for use in scripts running in the background).</para>
-</listitem></varlistentry>
-</variablelist>
-</refsect1>
-
-<refsect1>
-<title>Environment</title>
-
-<variablelist>
-<varlistentry>
-<term><envar>DCOPSERVER</envar></term>
-<listitem>
-<para><!-- What does this tell dcop? --></para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term><envar>ICEAUTHORITY</envar></term>
-<listitem><para><!-- What does this tell dcop? --></para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refsect1>
-
-<!--
-<refsect1>
-<title>Examples</title>
-
-<para>Write some examples</para>
-
-</refsect1>
--->
-<refsect1>
-<title>See Also</title>
-
-<para>dcopclient(1) dcopref(1) dcopfind(1) kdcop(1)</para>
-
-<para>Inside &kde;, you can enter <userinput>help:/kdcop</userinput>
-in &konqueror; to see the User Manual for
-<application>kdcop</application> graphical dcop tool.</para>
-
-<!--
-<para> Info on where to find proper dcop docs </para>
--->
-</refsect1>
-</refentry>