diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 9c8e19f..679f856 100644
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
*************** SELECT pg_type_is_visible('myschema.widg
*** 13386,13392 ****
        <row>
         <entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
         <entry><type>setof record</type></entry>
!        <entry>get the set of storage option name/value pairs</></entry>
        </row>
        <row>
         <entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
--- 13386,13392 ----
        <row>
         <entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
         <entry><type>setof record</type></entry>
!        <entry>get the set of storage option name/value pairs</entry>
        </row>
        <row>
         <entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
*************** SELECT pg_type_is_visible('myschema.widg
*** 13484,13491 ****
    </para>
  
    <para>
!    <function>pg_options_to_table</function> returns the set of storage option
!    name/value pairs when passed
     <structname>pg_class</>.<structfield>reloptions</> or
     <structname>pg_attribute</>.<structfield>attoptions</>.
    </para>
--- 13484,13492 ----
    </para>
  
    <para>
!    <function>pg_options_to_table</function> returns the set of storage
!    option name/value pairs
!    (<literal>option_name</>/<literal>option_value</>) when passed
     <structname>pg_class</>.<structfield>reloptions</> or
     <structname>pg_attribute</>.<structfield>attoptions</>.
    </para>
