diff options
author | coral@eekeek.org <coral@eekeek.org> | 2001-12-28 14:58:22 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 15:35:00 +0000 |
commit | 7207e29d564e32c8ec2cb43eabae72ff68c02442 (patch) | |
tree | bb40d411a530f4479f2f567dd24c156f50cdd657 /pod/perlapi.pod | |
parent | e0d72a37764501c52aeed41ca710cf763afa8755 (diff) | |
download | perl-7207e29d564e32c8ec2cb43eabae72ff68c02442.tar.gz |
Pod whitespace cleanup, round 0.
Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
p4raw-id: //depot/perl@13930
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 6f8ccc1922..af2794bbb7 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1593,9 +1593,9 @@ Found in file handy.h Returns a pointer to the next character after the parsed vstring, as well as updating the passed in sv. - * + Function must be called like - + sv = NEWSV(92,5); s = new_vstring(s,sv); |