summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
commitc7bb5f0b917b82aed4203df3be0585be82077d9c (patch)
tree7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/tdelibs/debian/man/dcopstart-trinity.sgml
parentb33e4034e7490e5895a5cb2cc54949354842f9d9 (diff)
downloadtde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz
tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip
Branding cleanup on Debian and Ubuntu
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>