summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-08 07:51:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-08 07:51:20 +0000
commit96f1132bd42b8b1255f98b7e95b1ed46ae0eff5c (patch)
tree98fd60cf4edbc25f8e90164ddafe85d76d7ff5c3 /av.c
parentb459063d13fd72246e4b59dcba764d7bacaf12c7 (diff)
downloadperl-96f1132bd42b8b1255f98b7e95b1ed46ae0eff5c.tar.gz
documentation patches (from Michael Schwern and Yitzchak
Scott-Thoennes) p4raw-id: //depot/perl@5040
Diffstat (limited to 'av.c')
-rw-r--r--av.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/av.c b/av.c
index 511d4d34b4..29afaff7ee 100644
--- a/av.c
+++ b/av.c
@@ -167,8 +167,8 @@ Returns the SV at the specified index in the array. The C<key> is the
index. If C<lval> is set then the fetch will be part of a store. Check
that the return value is non-null before dereferencing it to a C<SV*>.
-See L<Understanding the Magic of Tied Hashes and Arrays> for more information
-on how to use this function on tied arrays.
+See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for
+more information on how to use this function on tied arrays.
=cut
*/
@@ -231,7 +231,7 @@ that the caller is responsible for suitably incrementing the reference
count of C<val> before the call, and decrementing it if the function
returned NULL.
-See L<Understanding the Magic of Tied Hashes and Arrays> for
+See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for
more information on how to use this function on tied arrays.
=cut