summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-16 12:12:10 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-16 12:12:10 +0000
commitd77cdebfaf0c7eb784a132b575c93953a56db215 (patch)
tree06ed2cb809dcd847d928424b83b2f5dc61469556 /pad.h
parent9244ff22d9253b414cdb453152476520e8a65e68 (diff)
downloadperl-d77cdebfaf0c7eb784a132b575c93953a56db215.tar.gz
A couple of POD fixes by Steven Schubiger
p4raw-id: //depot/perl@32982
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pad.h b/pad.h
index 5efffcbb21..33717d32d7 100644
--- a/pad.h
+++ b/pad.h
@@ -306,8 +306,7 @@ ling pad (lvalue) to C<gen>. Note that C<SvUV_set> is hijacked for this purpose
=for apidoc m|void|PAD_DUP|PADLIST dstpad|PADLIST srcpad|CLONE_PARAMS* param
Clone a padlist.
-=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl \
-|CLONE_PARAMS* param
+=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl|CLONE_PARAMS* param
Clone the state variables associated with running and compiling pads.
=cut