diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
new file mode 100644
index a14df06..38ae273
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** ANY <replaceable class="parameter">num_s
*** 4915,4921 ****
          the database is smaller than the total server memory, decreasing
          random_page_cost can be appropriate.  Storage that has a low random
          read cost relative to sequential, e.g. solid-state drives, might
!         also be better modeled with a lower value for random_page_cost.
         </para>
  
         <tip>
--- 4915,4922 ----
          the database is smaller than the total server memory, decreasing
          random_page_cost can be appropriate.  Storage that has a low random
          read cost relative to sequential, e.g. solid-state drives, might
!         also be better modeled with a lower value for random_page_cost,
!         e.g., <literal>1.1</literal>.
         </para>
  
         <tip>
