summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.fnc2
-rw-r--r--sv.h7
2 files changed, 5 insertions, 4 deletions
diff --git a/embed.fnc b/embed.fnc
index e60536969e..573ecc5aca 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1475,7 +1475,7 @@ ApdR |OP* |newPADOP |I32 type|I32 flags|NN SV* sv
#endif
ApdR |OP* |newPMOP |I32 type|I32 flags
ApdR |OP* |newPVOP |I32 type|I32 flags|NULLOK char* pv
-ApR |SV* |newRV |NN SV *const sv
+ApdR |SV* |newRV |NN SV *const sv
ApdR |SV* |newRV_noinc |NN SV *const tmpRef
ApdR |SV* |newSV |const STRLEN len
ApR |OP* |newSVREF |NN OP* o
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
*/