For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
[p5sagit/p5-mst-13.2.git] / pod / perlreref.pod
index 7008141..6d5a30d 100644 (file)
@@ -50,7 +50,7 @@ as the L</"SEE ALSO"> section in this document.
      as a double quoted string unless a single-quote (') is the delimiter.
 
   ?pattern? is like m/pattern/ but matches only once. No alternate
-      delimiters can be used. Must be reset with L<reset|perlfunc/reset>.
+      delimiters can be used.  Must be reset with reset().
 
 =head2 SYNTAX
 
@@ -78,7 +78,7 @@ These work as in normal strings.
    \n       Newline
    \r       Carriage return
    \t       Tab
-   \038     Any octal ASCII value
+   \037     Any octal ASCII value
    \x7f     Any hexadecimal ASCII value
    \x{263a} A wide hexadecimal value
    \cx      Control-x