summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/languages-frameworks/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/perl.xml b/doc/languages-frameworks/perl.xml
index e661ba4e87c6..ff0f350e99ca 100644
--- a/doc/languages-frameworks/perl.xml
+++ b/doc/languages-frameworks/perl.xml
@@ -11,7 +11,7 @@
<programlisting>
#!/usr/bin/env perl
</programlisting>
- to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with:
+ to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
<screen>
<prompt>$ </prompt>perl ./myscript.pl
</screen>