From: Nicholas Clark Date: Thu, 9 Jun 2005 09:23:55 +0000 (+0000) Subject: Update API docs. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=184499a4602df8db11cc21d3722c3594137afffe;p=p5sagit%2Fp5-mst-13.2.git Update API docs. p4raw-id: //depot/perl@24776 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 86d97ff..80990d1 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2441,8 +2441,7 @@ Found in file pp.h =item POPp -Pops a string off the stack. Deprecated. New code should provide -a STRLEN n_a and use POPpx. +Pops a string off the stack. Deprecated. New code should use POPpx. char* POPp @@ -2452,7 +2451,6 @@ Found in file pp.h =item POPpbytex Pops a string off the stack which must consist of bytes i.e. characters < 256. -Requires a variable STRLEN n_a in scope. char* POPpbytex @@ -2462,7 +2460,6 @@ Found in file pp.h =item POPpx Pops a string off the stack. -Requires a variable STRLEN n_a in scope. char* POPpx