perldelta - Rewordings in the light of fa3234e35d
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 07:37:10 +0000 (08:37 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 07:53:46 +0000 (08:53 +0100)
pod/perldelta.pod

index 88f617f..698c2ac 100644 (file)
@@ -269,7 +269,7 @@ nonexistent array elements.
 L<warnings> has been upgraded from version 1.18 to 1.19.
 
 The C<syscalls> warnings category has been added to check for embedded NUL
-(C<"\0">) characters in path names and string arguments to syscalls.
+(C<"\0">) characters in pathnames and string arguments to other system calls.
 
 =item *
 
@@ -348,9 +348,9 @@ XXX L<message|perldiag/"message">
 
 L<Invalid \0 character in %s for %s: %s\0%s|perldiag/"Invalid \0 character in %s for %s: %s\0%s">
 
-(W syscalls) Embedded \0 characters in pathnames or other syscall
-arguments create a warning since 5.20. The parts after the \0 were
-formerly ignored by syscalls.
+(W syscalls) Embedded \0 characters in pathnames or other system call arguments
+produce a warning as of 5.20. The parts after the \0 were formerly ignored by
+system calls.
 
 =back