[perl #23577] fix syscall() prototype description in
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 25 Aug 2003 21:05:57 +0000 (21:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 25 Aug 2003 21:05:57 +0000 (21:05 +0000)
perlfunc.pod, as suggested by Lukas Mai.

p4raw-id: //depot/perl@20899

pod/perlfunc.pod

index 8f2222a..3a17659 100644 (file)
@@ -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