Corrections : unknown warning category
Rafael Garcia-Suarez [Tue, 1 Jan 2002 15:12:36 +0000 (16:12 +0100)]
   Message-Id: <20020101151236.A951@rafael>

p4raw-id: //depot/perl@13998

pod/perldiag.pod

index 8ee25f2..a7d3cd9 100644 (file)
@@ -2726,7 +2726,7 @@ fine from VMS' perspective, it's probably not what you intended.
 
 marked by <-- HERE in m/%s/
 
-(W unsafe) The character class constructs [: :], [= =], and [. .]  go
+(W regexp) The character class constructs [: :], [= =], and [. .]  go
 I<inside> character classes, the [] are part of the construct, for example:
 /[012[:alpha:]345]/.  Note that [= =] and [. .] are not currently
 implemented; they are simply placeholders for future extensions and will
@@ -2889,7 +2889,7 @@ in L<perlos2>.
 
 =item Prototype mismatch: %s vs %s
 
-(S unsafe) The subroutine being declared or defined had previously been
+(S prototype) The subroutine being declared or defined had previously been
 declared or defined with a different function prototype.
 
 =item Quantifier in {,} bigger than %d in regex;