summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 9d11270af5..1a5aa31df9 100644
--- a/sv.h
+++ b/sv.h
@@ -2170,10 +2170,11 @@ Returns the hash for C<sv> created by C<L</newSVpvn_share>>.
#endif
/*
-=for apidoc Am|SV*|newRV_inc|SV* sv
+=for apidoc newRV
+=for apidoc_item ||newRV_inc|
-Creates an RV wrapper for an SV. The reference count for the original SV is
-incremented.
+These are identical. They create an RV wrapper for an SV. The reference count
+for the original SV is incremented.
=cut
*/