From 712f27962ce98fe6500217a52a0ab81230436ec0 Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 30 Jan 2020 22:13:12 +0300 Subject: DilOS: build pack for tdelibs Signed-off-by: Denis Kozadaev --- dilos/tdelibs/debian/man/dcopfind-trinity.sgml | 155 +++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 dilos/tdelibs/debian/man/dcopfind-trinity.sgml (limited to 'dilos/tdelibs/debian/man/dcopfind-trinity.sgml') diff --git a/dilos/tdelibs/debian/man/dcopfind-trinity.sgml b/dilos/tdelibs/debian/man/dcopfind-trinity.sgml new file mode 100644 index 000000000..ee71e4c05 --- /dev/null +++ b/dilos/tdelibs/debian/man/dcopfind-trinity.sgml @@ -0,0 +1,155 @@ + 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"> + + DCOPFIND"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Find the DCOP reference of a TDE service + + + + &dhpackage; + + + + service + object + + + + DESCRIPTION + + &dhpackage; returns a reference to the first + instance of the TDE service specified by + service. See also dcopstart, which starts a + service/application and immediately returns its reference. + + + + + OPTIONS + + + + + + + Print the application id. Without this argument, the + application id will be returned in the form + DCOPRef(application id,object id). + + + + + + + + If the object is not found, run dcopstart and try again. + + + + + + + Show usage information. + + + + + + EXAMPLES + + + Return reference to a Kate instance +
+KATE=`dcopfind -a 'kate-*'` +
+
+
+ + 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 + dcopstart(1), dcop(1) + +
+ + -- cgit v1.2.1