diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 3d9c3a0ca98e12e5080005e61eedf8576aa31700..e835e4bc9095c7b12553d490840f5a2f2fdee0f2 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4491,11 +4491,11 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
        <para>
         The current effective value of the search path can be examined
         via the <acronym>SQL</acronym> function
-        <function>current_schemas()</>
+        <function>current_schemas</>
         (see <xref linkend="functions-info">).
         This is not quite the same as
         examining the value of <varname>search_path</varname>, since
-        <function>current_schemas()</> shows how the items
+        <function>current_schemas</> shows how the items
         appearing in <varname>search_path</varname> were resolved.
        </para>