From f0981d50a77dd542bbc6b9cc77208a03b8e353e3 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Tue, 20 May 2014 10:31:12 -0500 Subject: [PATCH] misc doc: fix erronous use of section qualifier in intra-package links rrdxport and rrdcached do belong in section 1 of the Unix manpages, but they are documented within the RRDTool hierarchy and use of the qualifier prevents them from being found. Note also the need to override the substitute text or modify the context so that the generated HTML content reads correctly. Signed-off-by: Peter A. Bigot --- bindings/perl-shared/RRDs.pm | 2 +- doc/rrdgraph_data.pod | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index a861ff48..bb7d6bec 100644 --- a/bindings/perl-shared/RRDs.pm +++ b/bindings/perl-shared/RRDs.pm @@ -130,7 +130,7 @@ integers, a pointer to an array and a pointer to a array of pointers. print "\n"; } -B exposes the L functionality and returns data +B exposes the L functionality and returns data with the following structure: my ($start,$end,$step,$cols,$names,$data) = RRDs::xport ... diff --git a/doc/rrdgraph_data.pod b/doc/rrdgraph_data.pod index 57b9d0a7..4508cb0a 100644 --- a/doc/rrdgraph_data.pod +++ b/doc/rrdgraph_data.pod @@ -55,10 +55,10 @@ be changed using C<:reduce=IBE>>. This optional parameter specifies the B to use during the data reduction phase. It is possible to request single data sources from a specific I, see -L, using the C<:daemon=IaddressE>> parameter. The +L, using the C<:daemon=IaddressE>> parameter. The value given to this parameter follows the same syntax as other means to specify -the address of the caching daemon. It is described in detail in the -L manual page. Beware, however, that colons (in IPv6 addresses +the address of the caching daemon. It is described in detail in +L. Beware, however, that colons (in IPv6 addresses and as a port separator, for example) need to be escaped using a backslash. Example: -- 2.47.2