From: Rafael Garcia-Suarez Date: Mon, 25 Aug 2003 21:05:57 +0000 (+0000) Subject: [perl #23577] fix syscall() prototype description in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5702da47233114a6ad065f7f23d72aab80bc1f11;p=p5sagit%2Fp5-mst-13.2.git [perl #23577] fix syscall() prototype description in perlfunc.pod, as suggested by Lukas Mai. p4raw-id: //depot/perl@20899 --- 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