Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link run, shell subs to non-internal location
This is because when viewing the per-routine file (e.g. run.html), the
location of the "sub shell" link doesn't exist.  By linking to the full
location one is always able to reach the linked documentation.
  • Loading branch information
Paul Cochrane committed Feb 24, 2015
1 parent 7aff36d commit a646a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/IO.pod
Expand Up @@ -363,15 +363,15 @@ The return value is of L<type Proc::Status|/type/Proc::Status>.
run 'systemctl', 'restart', 'apache2'
Arguments are not subject to shell expansions, shell variable interpolation or
other shenanigans. See L<#sub shell> if you want that.
other shenanigans. See L<shell|/type/IO#sub_shell> if you want that.
=head2 sub shell
sub shell($cmd) returns Proc::Status:D
Runs a command through the system shell. All shell meta characters are
interpreted by the shell, inluding pipes, redirects, environment variable
substitutions and so on. See L<#sub run> if you don't want that.
substitutions and so on. See L<run|/type/IO#sub_run> if you don't want that.
The return value is of L<type Proc::Status|/type/Proc::Status>.
Expand Down

0 comments on commit a646a74

Please sign in to comment.