Description: Fix formatting errors in docs/running.pod
 Add missing tags
Author: dod
Applied-Upstream: https://github.com/rakudo/rakudo/pull/4080
--- a/docs/running.pod
+++ b/docs/running.pod
@@ -2,6 +2,8 @@
 
 raku - Rakudo Raku Compiler
 
+=encoding UTF-8
+
 =head1 SYNOPSIS
 
  raku [switches] [--] [programfile] [arguments]
@@ -65,6 +67,8 @@
 
 =head2 Module loading
 
+=over
+
 =item C<RAKUDOLIB>, C<RAKULIB> (I<Str>; F<src/core/Inc.pm>)
 
 C<RAKUDOLIB> and C<RAKULIB> append a comma-delimited list of paths to the
@@ -77,8 +81,12 @@
 If true, causes the module loader to print debugging information to standard
 error.
 
+=back
+
 =head2 Error message verbosity and strictness
 
+=over
+
 =item C<RAKU_EXCEPTIONS_HANDLER>
 
 If present, the C<print_exception> routine
@@ -108,8 +116,12 @@
 
 Controls whether C<.setting> files are included in backtraces.
 
+=back
+
 =head2 Affecting precompilation
 
+=over
+
 =item C<RAKUDO_PREFIX> (I<Str>; F<src/core.c/CompUnit/RepositoryRegistry.pm6>)
 
 When this is set, Rakudo will look for the standard repositories (perl, vendor,
@@ -129,8 +141,12 @@
 If set to 1, diagnostic information about the precompilation process is
 emitted.
 
+=back
+
 =head2 Line editor
 
+=over
+
 =item C<RAKUDO_LINE_EDITOR>
 
 This specifies the preferred line editor to use; valid values are C<Readline>,
@@ -148,8 +164,12 @@
 Before Rakudo version 2020.02 the default was
 C<~/.perl6/rakudo-history>.
 
+=back
+
 =head2 Other
 
+=over
+
 =item C<RAKUDO_DEFAULT_READ_ELEMS>
 
 This specifies the default number of characters to read on an
@@ -200,6 +220,8 @@
 C<[rakudo_executable_dir]/../share/nqp> in relocatable builds and the absolute
 path to that folder in non-relocatable builds.
 
+=back
+
 =head1 WINDOWS PECULIARITIES
 
 =head2 Non-console applications
