]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
misc doc: fix erronous use of section qualifier in intra-package links 492/head
authorPeter A. Bigot <pab@pabigot.com>
Tue, 20 May 2014 15:31:12 +0000 (10:31 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Tue, 20 May 2014 15:31:12 +0000 (10:31 -0500)
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 <pab@pabigot.com>
bindings/perl-shared/RRDs.pm
doc/rrdgraph_data.pod

index a861ff48e20ef8eee759adbcc44620c7bfa79ea6..bb7d6becb3bb1937752b2cd16408e1493927c7ca 100644 (file)
@@ -130,7 +130,7 @@ integers, a pointer to an array and a pointer to a array of pointers.
     print "\n";
   }
 
-B<RRDs::xport> exposes the L<rrdxport(1)> functionality and returns data
+B<RRDs::xport> exposes the L<rrdxport|rrdxport> functionality and returns data
 with the following structure:
 
   my ($start,$end,$step,$cols,$names,$data) = RRDs::xport ...
index 57b9d0a70da66212ae590d37018d40f1241c066d..4508cb0a490faf0cd0d46d28e878f5c4be5e39d8 100644 (file)
@@ -55,10 +55,10 @@ be changed using C<:reduce=I<E<lt>B<CF>E<gt>>>.  This optional parameter
 specifies the B<CF> to use during the data reduction phase.
 
 It is possible to request single data sources from a specific I<RRDCacheD>, see
-L<rrdcached(1)>, using the C<:daemon=I<E<lt>addressE<gt>>> parameter. The
+L<rrdcached>, using the C<:daemon=I<E<lt>addressE<gt>>> 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<rrdcached(1)> manual page. Beware, however, that colons (in IPv6 addresses
+the address of the caching daemon. It is described in detail in
+L<rrdcached>. Beware, however, that colons (in IPv6 addresses
 and as a port separator, for example) need to be escaped using a backslash.
 
 Example: