Skip to content

Commit 2b59954

Browse files
authored
Update system.pod6
Fix bad link (missing |) and change from entry target to target.
1 parent 1ce5d97 commit 2b59954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/system.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
=head1 Getting arguments through the command line
88
99
The simplest way is to use the
10-
L<C<@*ARGS>|/language/variables#index-entry-%24%2AARGS> variable to obtain
10+
L<C<@*ARGS>|/language/variables#%24%2AARGS> variable to obtain
1111
arguments from the command line; this array will contain the strings that follow
1212
the program name. L<C<%*ENV>|/language/variables#Runtime_environment> will
1313
contain the environment variables, so that if you use:
@@ -25,7 +25,7 @@ This will fail if the environment variable C<API_KEY> has not been defined
2525
previously.
2626
2727
Perl 6 has a better way to deal with command line arguments if they represent
28-
file names: the L<C<$*ARGFILES>/language/variables#index-entry-%24%2AARGFILES>
28+
file names: the L<C<$*ARGFILES>|/language/variables#%24%2AARGFILES>
2929
dynamic variable.
3030
3131
=begin code
@@ -81,4 +81,4 @@ C<setprotoent>. L<Search and install C<P5> modules|https://modules.perl6.org/sea
8181
8282
=end pod
8383

84-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
84+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)