diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-02-05 04:13:27 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-02-05 04:13:27 +0000 |
commit | 458cb9d22959cdb9f544f4592425999d48b1c25c (patch) | |
tree | d231d863ef35d1b204265b2153d11d037ab548f4 /pod | |
parent | 85dec29a83aced8b747bed98a9d9b9fada93229a (diff) | |
download | perl-458cb9d22959cdb9f544f4592425999d48b1c25c.tar.gz |
Fixed embed.fnc entry for S_forbid_setid() and picked up a change in
pod/perlapi.pod for good measure when regenerating files.
p4raw-id: //depot/perl@27087
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index a97032971e..eeabacf663 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1373,7 +1373,7 @@ Found in file hv.h =item HeSVKEY X<HeSVKEY> -Returns the key as an C<SV*>, or C<Nullsv> if the hash entry does not +Returns the key as an C<SV*>, or C<NULL> if the hash entry does not contain an C<SV*> key. SV* HeSVKEY(HE* he) |