Description: Fix formatting errors in docs/running.pod
 Snatched from upstream
Applied-Upstream: https://github.com/rakudo/rakudo/commit/f4b38a173f1407de85551d68b72bdc4ea1e84e77
--- a/docs/running.pod
+++ b/docs/running.pod
@@ -156,7 +156,7 @@
 
 =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
@@ -170,7 +170,7 @@
 
 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
 
