diff --git a/reference/strings/functions/chop.xml b/reference/strings/functions/chop.xml
index ad69d01688..39dd207641 100644
--- a/reference/strings/functions/chop.xml
+++ b/reference/strings/functions/chop.xml
@@ -1,25 +1,27 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
-  <refentry id="function.chop">
-   <refnamediv>
-    <refname>chop</refname>
-    <refpurpose>Alias of <function>rtrim</function></refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-    <para>
-     This function is an alias of <function>rtrim</function>.
-    </para>
-    <note>
-     <para>
-      <function>chop</function> is different than the Perl
-      <literal>chop()</literal> function, which removes the last
-      character in the string.
-     </para>
-    </note>
-   </refsect1>
-  </refentry>
+<refentry id="function.chop">
+ <refnamediv>
+  <refname>chop</refname>
+  <refpurpose>&Alias; <function>rtrim</function></refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <simpara>
+   &info.function.alias;
+   <function>rtrim</function>.
+  </simpara>
+  <note>
+   <para>
+    <function>chop</function> is different than the Perl
+    <literal>chop()</literal> function, which removes the last
+    character in the string.
+   </para>
+  </note>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables: