Code

Added pod-errors.dpatch.
[pkg-collectd.git] / debian / patches / pod-errors.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## pod-errors.dpatch by Sebastian Harl <sh@tokkee.org>
3 ##
4 ## DP: collectd(1), collectd{-exec,.conf}(5): Fixed some minor POD errors.
6 @DPATCH@
8 diff a/src/collectd-exec.pod b/src/collectd-exec.pod
9 --- a/src/collectd-exec.pod
10 +++ b/src/collectd-exec.pod
11 @@ -171,11 +171,13 @@ table. All the options are optional, but B<plugin_instance> without B<plugin>
12  or B<type_instance> without B<type> doesn't make much sense and should be
13  avoided.
14  
15 -Please note that this is the same format as used in the B<unixsock plugin>, see
16 -L<collectd-unixsock(5)>.
17 +=back
18  
19  =back
20  
21 +Please note that this is the same format as used in the B<unixsock plugin>, see
22 +L<collectd-unixsock(5)>.
23 +
24  When collectd exits it sends a B<SIGTERM> to all still running
25  child-processes upon which they have to quit.
26  
27 diff a/src/collectd.conf.pod b/src/collectd.conf.pod
28 --- a/src/collectd.conf.pod
29 +++ b/src/collectd.conf.pod
30 @@ -1323,6 +1323,8 @@ This option, although numeric, needs to be a string, i.E<nbsp>e. you B<must>
31  use quotes around it! If no such statement is given only global information
32  will be collected.
33  
34 +=back
35 +
36  =head2 Plugin C<tcpconns>
37  
38  The C<tcpconns plugin> counts the number of currently established TCP
39 @@ -1333,8 +1335,6 @@ fine-tune the ports you are interested in:
40  
41  =over 4
42  
43 -=back
44 -
45  =item B<ListeningPorts> I<true>|I<false>
46  
47  If this option is set to I<true>, statistics for all local ports for which a
48 diff a/src/collectd.pod b/src/collectd.pod
49 --- a/src/collectd.pod
50 +++ b/src/collectd.pod
51 @@ -116,6 +116,8 @@ internal caches. E.E<nbsp>g. the C<rrdtool plugin> will write all pending data
52  to the RRD files. This is the same as using the C<FLUSH -1> command of the
53  C<unixsock plugin>.
54  
55 +=back
56 +
57  =head1 SEE ALSO
58  
59  L<collectd.conf(5)>,