[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Long lines to wrap



Hi Gregor,

I've found the problem in libnet-dbus-perl:

--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -225,7 +225,8 @@
 Return a connection to a specific message bus.  The C<$address>
 parameter must contain the address of the message bus to connect
 to. An example address for a session bus might look like
-C<unix:abstract=/tmp/dbus-PBFyyuUiVb,guid=191e0a43c3efc222e0818be556d67500>,
+C<unix:abstract=/tmp/dbus-PBFyyuUiVb,
+guid=191e0a43c3efc222e0818be556d67500>,
 while one for a system bus would look like C<unix:/var/run/dbus/system_bus_socket>.
 The optional C<params> hash can contain be used to specify
 connection options. The only support option at this time


Since it's in a =over, the line is too long to be wrapped to 80 chars by man.
It works with this patch but I don't know if it's a good idea...

Cheers,
Xavier


Reply to: