From fcad8b8d150fb9f508973e3044a103de74ec3877 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 23:02:46 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../tdelibs/debian/man/dcopstart-trinity.sgml | 137 +++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 ubuntu/_base/tdelibs/debian/man/dcopstart-trinity.sgml (limited to 'ubuntu/_base/tdelibs/debian/man/dcopstart-trinity.sgml') diff --git a/ubuntu/_base/tdelibs/debian/man/dcopstart-trinity.sgml b/ubuntu/_base/tdelibs/debian/man/dcopstart-trinity.sgml new file mode 100644 index 000000000..399d95c60 --- /dev/null +++ b/ubuntu/_base/tdelibs/debian/man/dcopstart-trinity.sgml @@ -0,0 +1,137 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Johannes"> + Ranke"> + + March 25, 2006"> + + 1"> + jranke@uni-bremen.de"> + + DCOPSTART"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Start a TDE service and return its DCOP reference + + + + &dhpackage; + + service + ... + + + + + DESCRIPTION + + &dhpackage; 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. + + + + OPTIONS + + + + + + + Show usage information. + + + + + + EXAMPLES + + + Get the DCOP reference for a newly started konqueror instance +
+KONQ_ID=$(dcopstart konqueror http://www.trinitydesktop.org) +
+
+ +
+ + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is granted + to copy, distribute and/or modify this document under the terms of the + &gnu; General Public License, Version 2 or any later version published by + the Free Software Foundation. + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + + SEE ALSO + dcop(1), dcopfind(1) + +
+ + -- cgit v1.2.1