summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-15 16:05:18 +0100
committerPino Toscano <pino@kde.org>2010-02-15 16:05:18 +0100
commit0c01b38d401193f7eeaeeb2f73efe96f11aacf73 (patch)
tree74137d7ec05909d36d35b4231230d97219d172db
parent1b894afa791f9fa4dbcaf8d312eee77e5a01df14 (diff)
downloadqt4-x11-0c01b38d401193f7eeaeeb2f73efe96f11aacf73.tar.gz
polish qdbus manpage a bit
* remove extra dots from groff/troff commands * highlight the qdbus command as bold (like done generally in manpages) * fix few typos (eg "qt" -> "Qt") * fix section * add missing (1) to dbus-send, and put commas between each command in the "see also" list * add my copyright (due to all the changes above)
-rw-r--r--debian/changelog3
-rw-r--r--debian/manpages/qdbus.151
2 files changed, 28 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f113f8..2b649ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,8 +63,9 @@ qt4-x11 (4:4.6.2-1) UNRELEASED; urgency=low
* Add 82_hurd_SA_SIGINFO.diff: fix FTBFS on GNU/Hurd causes by unconditional
usage of SA_SIGINFO.
* Adapt watch file to the new file names of the Qt/X11 tarballs.
+ * Polish a bit qdbus manpage.
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 15 Feb 2010 14:11:37 +0100
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 15 Feb 2010 16:04:13 +0100
qt4-x11 (4:4.6.0-1) experimental; urgency=low
diff --git a/debian/manpages/qdbus.1 b/debian/manpages/qdbus.1
index cd5b018..0250da5 100644
--- a/debian/manpages/qdbus.1
+++ b/debian/manpages/qdbus.1
@@ -1,46 +1,47 @@
-..\"
-..\" qdbus manual page.
-..\" Copyright (C) 2010 Andreas Marschke.
-..\"
+.\"
+.\" qdbus manual page.
+.\" Copyright (C) 2010 Andreas Marschke.
+.\" Copyright (C) 2010 Pino Toscano <pino@kde.org>.
+.\"
-..TH qdbus x "Tue, 02 Feb 2010 23:35:52 +0100" "" "qdbus(1)"
+.TH qdbus 1 "Tue, 02 Feb 2010 23:35:52 +0100" "" "User commands"
-..SH NAME
+.SH NAME
qdbus \- a communication-interface for qt-based applications
-..SH SYNOPSIS
-..B qdbus [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
+.SH SYNOPSIS
+\fBqdbus\fR [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
-..br
+.br
-..SH DESCRIPTION
-Qdbus provides an interface to qt-based applications communicating over D-Bus.
+.SH DESCRIPTION
+\fBqdbus\fR provides an interface to Qt-based applications communicating over D-Bus.
See http://www.freedesktop.org/software/dbus/ for more information about the big picture.
-By default qdbus will list all service names of services that are running and you can manipulate at the moment.
+By default \fBqdbus\fR will list all service names of services that are running and you can manipulate at the moment.
You can also manipulate and run several types of methods for each dbus-enabled application.
-..IP \fBservicename\fP
+.IP \fBservicename\fP
the service to connect to (e.g., org.freedesktop.DBus)
-..IP \fBpath\fP
+.IP \fBpath\fP
the path to the object (e.g., /)
-..IP \fBmethod\fP
+.IP \fBmethod\fP
the method to call, with or without the interface
-..IP \fBargs\fP
+.IP \fBargs\fP
arguments to pass to the call
-..SH OPTIONS
+.SH OPTIONS
-..IP \fB\-\-system\fP
+.IP \fB\-\-system\fP
connect to the system bus
-..IP \fB\-\-literal\fP
+.IP \fB\-\-literal\fP
print replies literally
-..SH EXAMPLE
-Here is an example of using qdbus to list all status informations about a service:
-..br
- ~:$ qdbus org.ktorrent.ktorrent
+.SH EXAMPLE
+Here is an example of using \fBqdbus\fR to list all status informations about a service:
+.br
+% qdbus org.ktorrent.ktorrent
-..SH "SEE ALSO"
-dbus-cleanup-sockets(1) dbus-launch(1) dbus-send dbus-daemon(1) dbus-monitor(1) dbus-uuidgen(1)
+.SH "SEE ALSO"
+dbus-cleanup-sockets(1), dbus-launch(1), dbus-send(1), dbus-daemon(1), dbus-monitor(1), dbus-uuidgen(1)