diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a9d1a3b7507..0a9a62b759f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -1244,7 +1244,7 @@ - ascii(string) + ascii(string) int ASCII code of the first byte of the argument ascii('x') @@ -1319,7 +1319,7 @@ - initcap(string) + initcap(string) text Convert the first letter of each word to uppercase and the