diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 46187a563be..04c91508188 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -8847,7 +8847,7 @@ int dectodbl(decimal *np, double *dblp);
dectoint
- Convert a variable to type decimal to an integer.
+ Convert a variable of type decimal to an integer.
int dectoint(decimal *np, int *ip);
@@ -8873,7 +8873,7 @@ int dectoint(decimal *np, int *ip);
dectolong
- Convert a variable to type decimal to a long integer.
+ Convert a variable of type decimal to a long integer.
int dectolong(decimal *np, long *lngp);