diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 91557f4fb0f..fc4b9537871 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -3110,11 +3110,8 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
Converts the first letter of each word to upper case and the
- rest to lower case. When using the libc locale
- provider, words are sequences of alphanumeric characters separated
- by non-alphanumeric characters; when using the ICU locale provider,
- words are separated according to
- Unicode Standard Annex #29.
+ rest to lower case. Words are sequences of alphanumeric
+ characters separated by non-alphanumeric characters.
initcap('hi THOMAS')