Skip to content

Commit

Permalink
Adds link to other definition. Ref #1964
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 26, 2018
1 parent fb373d7 commit 591a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Proc.pod6
Expand Up @@ -135,7 +135,7 @@ and environment.
method shell($cmd, :$cwd = $*CWD, :$env --> Bool:D)
Runs the C<Proc> object with the given command and environment which are passed
through to the shell for parsing and execution.
through to the shell for parsing and execution. See L<C<IO::shell>|/type/IO#sub_shell> for an explanation of which shells are used by default in the most common operating systems.
=head2 method command
Expand Down

0 comments on commit 591a589

Please sign in to comment.