[libnet-dbus-perl] 272/335: Misc POD typos (spotted by Madison Kelly)

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 1425aa40cd16b2f6cb9846351e31ef0dc2109c9e
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Apr 30 09:47:22 2008 -0400

    Misc POD typos (spotted by Madison Kelly)
---
 lib/Net/DBus/Exporter.pm | 3 +--
 lib/Net/DBus/Reactor.pm  | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/lib/Net/DBus/Exporter.pm b/lib/Net/DBus/Exporter.pm
index 9cfafff..6373fe1 100644
--- a/lib/Net/DBus/Exporter.pm
+++ b/lib/Net/DBus/Exporter.pm
@@ -446,8 +446,7 @@ sub dbus_property {
 =item dbus_signal($name, $params, $interface, [\%attributes]);
 
 Exports a signal called C<$name>, having parameters whose types
-are defined by C<$params>, and returning values whose types are
-defined by C<$returns>. If the C<$interface> parameter is 
+are defined by C<$params>. If the C<$interface> parameter is 
 provided, then the signal is associated with that interface, otherwise
 the default interface for the calling package is used. The
 value for the C<$params> parameter should be an array reference
diff --git a/lib/Net/DBus/Reactor.pm b/lib/Net/DBus/Reactor.pm
index 92f300b..dc8e61c 100644
--- a/lib/Net/DBus/Reactor.pm
+++ b/lib/Net/DBus/Reactor.pm
@@ -172,7 +172,7 @@ sub main {
 
 =item $reactor->manage($server);
 
-Registers a C<Net::DBus::Connection> or C<Net::DBus::Server> object
+Registers a C<Net::DBus::Binding::Connection> or C<Net::DBus::Binding::Server> object
 for management by the event loop. This basically involves
 hooking up the watch & timeout callbacks to the event loop.
 For connections it will also register a hook to invoke the
@@ -653,7 +653,7 @@ sub remove_hook {
     $self->{hooks}->[$key] = undef;
 }
 
-=item $reactor->toggle_hook($id[, $status])
+=item $reactor->toggle_hook($id, $status)
 
 Updates the status of the previously registered
 hook identified by C<$id>. The C<$status> parameter

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list