X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfunc.pod;h=3a17659ea49df43c78e2baaf3caf3f99b176c531;hb=c23d1eb0e18a49361001d26c686323d50b0c6d21;hp=8f2222a7db21aec3e103abf277de310d207a50ea;hpb=554ad1fcb1c9a72f13e2c15496f1fa2ad5b5e63c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8f2222a..3a17659 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5530,7 +5530,7 @@ use eval: $symlink_exists = eval { symlink("",""); 1 }; -=item syscall LIST +=item syscall NUMBER, LIST Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If