Author: wayland Date: 2009-02-17 04:17:41 +0100 (Tue, 17 Feb 2009) New Revision: 25360
Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S29-functions.pod Log: Moved "syscall" from S16 to S29, as per discussion on mailing list. Modified: docs/Perl6/Spec/S16-io.pod =================================================================== --- docs/Perl6/Spec/S16-io.pod 2009-02-16 16:57:10 UTC (rev 25359) +++ docs/Perl6/Spec/S16-io.pod 2009-02-17 03:17:41 UTC (rev 25360) @@ -389,8 +389,6 @@ was opened with, if known. Returns undef otherwise. There is no corresponding C<name()> function. -=item syscall - =item sysopen =item umask Modified: docs/Perl6/Spec/S29-functions.pod =================================================================== --- docs/Perl6/Spec/S29-functions.pod 2009-02-16 16:57:10 UTC (rev 25359) +++ docs/Perl6/Spec/S29-functions.pod 2009-02-17 03:17:41 UTC (rev 25360) @@ -2121,6 +2121,8 @@ Identical to C<run> except that it never returns. The executed program replaces the currently running program in memory. +=item syscall + =back =head2 Concurrency