summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-27 13:20:16 +0900
commit229e7f5038cbc5f930ab50abfad3099919a4e8bb (patch)
tree569abf2cbc4bd05a0b90ed759ccd941eaa676c01 /debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml
parent59f50d7552dacb6d27d0768a9a5320e5ba2fc23d (diff)
parent50c481625fcb2361e0aaae71df24a40cbad056d7 (diff)
downloadtde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.tar.gz
tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml')
-rw-r--r--debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml b/debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml
index 48b0a050d..399d95c60 100644
--- a/debian/lenny/tdelibs/debian/man/dcopstart-trinity.sgml
+++ b/debian/lenny/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>