Skip to content

Commit

Permalink
Merge pull request #3993 from patrickbkr/fix-doc_running-format-errors
Browse files Browse the repository at this point in the history
Fix formatting errors in docs/running.pod
  • Loading branch information
patrickbkr committed Oct 30, 2020
2 parents 39c5159 + f4b38a1 commit 084b92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running.pod
Expand Up @@ -156,7 +156,7 @@ Allows to override the NQP installation path. Defaults to C<[rakudo_executable_d

=head1 WINDOWS PECULIARITIES

=head 2 Non-console applications
=head2 Non-console applications

On Windows programs are compiled to either be I<console> applications or I<non-console>
applications. I<Console> applications always open a console window. There is no straightforward way
Expand All @@ -170,7 +170,7 @@ printed to C<STDOUT> and C<STDERR>.

To receive the output of the program it suffices to redirect it externally:

C<rakuw.exe script.raku >stdout.txt 2>stderr.txt>
C«rakuw.exe script.raku >stdout.txt 2>stderr.txt»

=head1 AUTHORS

Expand Down

0 comments on commit 084b92a

Please sign in to comment.