Skip to content

Commit 0befd8c

Browse files
authored
Fix link/symlink desc in 5to6; dogbert17++
1 parent 457be16 commit 0befd8c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,7 @@ Replaced by C<$?LINE>.
732732
733733
=item link OLDFILE, NEWFILE
734734
735-
In Perl 6, part of the IO::Path class. The only difference between Perl
736-
5 and Perl 6 is that the argument order has changed. It's now
737-
C<link($original, $linked_file)>.
735+
See L<link>
738736
739737
=head2 listen
740738
@@ -1535,9 +1533,7 @@ C<"hola!".substr(1, 3)> both return "ola".
15351533
15361534
=item symlink OLDFILE, NEWFILE
15371535
1538-
Part of IO::Path in Perl 6. The only difference between Perl 5 and Perl
1539-
6 is that the argument order has changed. It's now C<link($original,
1540-
$linked_file)>.
1536+
See L<symlink>
15411537
15421538
=head2 syscall
15431539

0 commit comments

Comments
 (0)