summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2014-05-30 12:33:26 +0200
committerFrançois Andriot <[email protected]>2014-05-30 12:33:26 +0200
commit5a31840a564ab702e9223abd63f281deaaabeb31 (patch)
treece913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
parent9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff)
parent650aae664769307d2d65098402dfa959b0d4c829 (diff)
downloadtde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz
tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip
merge
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml')
-rw-r--r--ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml b/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
index 48b0a050d..399d95c60 100644
--- a/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
+++ b/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
@@ -56,7 +56,7 @@ manpage.1: manpage.sgml
<refnamediv>
<refname>&dhpackage;</refname>
- <refpurpose>Start a KDE service and return its DCOP reference</refpurpose>
+ <refpurpose>Start a TDE service and return its DCOP reference</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
@@ -70,8 +70,8 @@ manpage.1: manpage.sgml
<refsect1>
<title>DESCRIPTION</title>
- <para><command>&dhpackage;</command> starts a KDE service (i.e. an application
- that is registered in the KDE system of .desktop files) and returns its
+ <para><command>&dhpackage;</command> starts a TDE service (i.e. an application
+ that is registered in the TDE system of .desktop files) and returns its
reference for later use in shell scripts. If the service is not scriptable
via DCOP, dcopstart returns nothing, but starts the service.</para>
@@ -95,7 +95,7 @@ manpage.1: manpage.sgml
<para><example>
<title>Get the DCOP reference for a newly started konqueror instance</title>
<blockquote><literallayout>
-KONQ_ID=$(dcopstart konqueror http://www.kde.org)
+KONQ_ID=$(dcopstart konqueror http://www.trinitydesktop.org)
</literallayout></blockquote>
</example></para>