diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index edc0813d34a44fc29b752bf283c7581c23b6a417..44cc1f4c7c57ed43a8cb7eb69f5e7cb5e3d00772 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -246,23 +246,23 @@ </para> </listitem> </varlistentry> - <varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold"> - <term> - <varname>pg_trgm.word_similarity_threshold</> (<type>real</type>) - <indexterm> - <primary> - <varname>pg_trgm.word_similarity_threshold</> configuration parameter - </primary> - </indexterm> - </term> - <listitem> - <para> - Sets the current word similarity threshold that is used by - <literal><%</> and <literal>%></> operators. The threshold - must be between 0 and 1 (default is 0.6). - </para> - </listitem> - </varlistentry> + <varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold"> + <term> + <varname>pg_trgm.word_similarity_threshold</> (<type>real</type>) + <indexterm> + <primary> + <varname>pg_trgm.word_similarity_threshold</> configuration parameter + </primary> + </indexterm> + </term> + <listitem> + <para> + Sets the current word similarity threshold that is used by + <literal><%</> and <literal>%></> operators. The threshold + must be between 0 and 1 (default is 0.6). + </para> + </listitem> + </varlistentry> </variablelist> </sect2>