From: Rafael Garcia-Suarez Date: Wed, 7 Mar 2007 17:08:54 +0000 (+0000) Subject: Regenerates internal and external API docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a0be661c1b696355540b6c96400dfa590061592;p=p5sagit%2Fp5-mst-13.2.git Regenerates internal and external API docs p4raw-id: //depot/perl@30500 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index b49f1ee..3f0adf1 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2535,12 +2535,12 @@ an RV. Function must be called with an already existing SV like sv = newSV(0); - s = scan_version(s,SV *sv, bool qv); + s = scan_version(s, SV *sv, bool qv); Performs some preprocessing to the string to ensure that it has the correct characteristics of a version. Flags the object if it contains an underscore (which denotes this -is a alpha version). The boolean qv denotes that the version +is an alpha version). The boolean qv denotes that the version should be interpreted as if it had multiple decimals, even if it doesn't. diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 83bdda3..aba3376 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -483,7 +483,7 @@ Found in file gv.c =item refcounted_he_chain_2hv X -Generates an returns a C by walking up the tree starting at the passed +Generates and returns a C by walking up the tree starting at the passed in C. HV * refcounted_he_chain_2hv(const struct refcounted_he *c)