Get rid of parrot dropping (spurious 'E')
diff --git a/Doc/lib/liberrno.tex b/Doc/lib/liberrno.tex
index 6c58491..9d7e52d 100644
--- a/Doc/lib/liberrno.tex
+++ b/Doc/lib/liberrno.tex
@@ -1,7 +1,7 @@
\section{Standard Module \sectcode{errno}}
\stmodindex{errno}
-\renewcommand{\indexsubitem}{E(in module errno)}
+\renewcommand{\indexsubitem}{(in module errno)}
This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value.
diff --git a/Doc/liberrno.tex b/Doc/liberrno.tex
index 6c58491..9d7e52d 100644
--- a/Doc/liberrno.tex
+++ b/Doc/liberrno.tex
@@ -1,7 +1,7 @@
\section{Standard Module \sectcode{errno}}
\stmodindex{errno}
-\renewcommand{\indexsubitem}{E(in module errno)}
+\renewcommand{\indexsubitem}{(in module errno)}
This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value.