Skip to content

Commit 9a85461

Browse files
authored
Independent #3841
- new is routine not method - %24 -> %26 EXIT
1 parent 11ac45b commit 9a85461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/independent-routines.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ These argument are quite flexible and admit, for instance, handles to
595595
redirect them. See L<Proc|/type/Proc> and
596596
L<Proc::Async|/type/Proc::Async> for more details.
597597
598-
See also L<C<new>|/type/Proc#method_new> and L<C<spawn>|/type/Proc#method_spawn>
598+
See also L<C<new>|/type/Proc#routine_new> and L<C<spawn>|/type/Proc#method_spawn>
599599
for more examples and explanation of all arguments.
600600
601601
=head2 sub shell
@@ -1297,7 +1297,7 @@ from zero from a L<Main|/routine/MAIN>.
12971297
12981298
C<exit> prevents the L<LEAVE|/language/phasers#LEAVE> phaser to be
12991299
executed, but it will run the code in the
1300-
L<C<&*EXIT>|/language/variables#index-entry-%24*EXIT> variable.
1300+
L<C<&*EXIT>|/language/variables#index-entry-%26*EXIT> variable.
13011301
13021302
C<exit> should be used as last resort only to signal the parent process
13031303
about an exit code different from zero, and not to terminate

0 commit comments

Comments
 (0)