summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af3170f)
raw | patch | inline | side by side (parent: af3170f)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 2 Nov 2008 12:31:25 +0000 (13:31 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 2 Nov 2008 12:31:25 +0000 (13:31 +0100) |
This fixes some minor POD errors.
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/pod-errors.dpatch | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index 402075a9c7c747b55e847a2bba71d1cb1c171662..998b08960451966351d45e1baadef3bf0e025e44 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* New debconf template translation:
- nl.po, thanks to Eric Spreen (Closes: #502204).
- sv.po, thanks to Martin Bagge (Closes: #504248).
+ * debian/patches:
+ - Added pod-errors.dpatch to fix some minor POD errors.
- -- Sebastian Harl <sh@tokkee.org> Sun, 02 Nov 2008 10:48:24 +0100
+ -- Sebastian Harl <sh@tokkee.org> Sun, 02 Nov 2008 13:30:32 +0100
collectd (4.4.2-2) unstable; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index 066e8e9e8d2dd3ecaefaf089810d24a1b7e28777..57eb84c0a219510b09666284666e03f3d3e99c06 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
memcached_fdleak.dpatch
memcached_timeout.dpatch
perl_deadlock.dpatch
+pod-errors.dpatch
diff --git a/debian/patches/pod-errors.dpatch b/debian/patches/pod-errors.dpatch
--- /dev/null
@@ -0,0 +1,59 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## pod-errors.dpatch by Sebastian Harl <sh@tokkee.org>
+##
+## DP: collectd(1), collectd{-exec,.conf}(5): Fixed some minor POD errors.
+
+@DPATCH@
+
+diff a/src/collectd-exec.pod b/src/collectd-exec.pod
+--- a/src/collectd-exec.pod
++++ b/src/collectd-exec.pod
+@@ -171,11 +171,13 @@ table. All the options are optional, but B<plugin_instance> without B<plugin>
+ or B<type_instance> without B<type> doesn't make much sense and should be
+ avoided.
+
+-Please note that this is the same format as used in the B<unixsock plugin>, see
+-L<collectd-unixsock(5)>.
++=back
+
+ =back
+
++Please note that this is the same format as used in the B<unixsock plugin>, see
++L<collectd-unixsock(5)>.
++
+ When collectd exits it sends a B<SIGTERM> to all still running
+ child-processes upon which they have to quit.
+
+diff a/src/collectd.conf.pod b/src/collectd.conf.pod
+--- a/src/collectd.conf.pod
++++ b/src/collectd.conf.pod
+@@ -1323,6 +1323,8 @@ This option, although numeric, needs to be a string, i.E<nbsp>e. you B<must>
+ use quotes around it! If no such statement is given only global information
+ will be collected.
+
++=back
++
+ =head2 Plugin C<tcpconns>
+
+ The C<tcpconns plugin> counts the number of currently established TCP
+@@ -1333,8 +1335,6 @@ fine-tune the ports you are interested in:
+
+ =over 4
+
+-=back
+-
+ =item B<ListeningPorts> I<true>|I<false>
+
+ If this option is set to I<true>, statistics for all local ports for which a
+diff a/src/collectd.pod b/src/collectd.pod
+--- a/src/collectd.pod
++++ b/src/collectd.pod
+@@ -116,6 +116,8 @@ internal caches. E.E<nbsp>g. the C<rrdtool plugin> will write all pending data
+ to the RRD files. This is the same as using the C<FLUSH -1> command of the
+ C<unixsock plugin>.
+
++=back
++
+ =head1 SEE ALSO
+
+ L<collectd.conf(5)>,