diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
new file mode 100644
index 72fa127..1433552
*** a/doc/src/sgml/fdwhandler.sgml
--- b/doc/src/sgml/fdwhandler.sgml
***************
*** 91,97 ****
  
      <para>
       The <structname>FdwRoutine</structname> struct type is declared in
!      <filename>src/include/foreign/fdwapi.h</filename>, which see for additional
       details.
      </para>
  
--- 91,97 ----
  
      <para>
       The <structname>FdwRoutine</structname> struct type is declared in
!      <filename>src/include/foreign/fdwapi.h</filename>; see this file for additional
       details.
      </para>
  
diff --git a/doc/src/sgml/tablesample-method.sgml b/doc/src/sgml/tablesample-method.sgml
new file mode 100644
index 1c9f1bf..bdc60a0
*** a/doc/src/sgml/tablesample-method.sgml
--- b/doc/src/sgml/tablesample-method.sgml
*************** method_name(internal) RETURNS tsm_handle
*** 87,93 ****
  
   <para>
    The <type>TsmRoutine</type> struct type is declared
!   in <filename>src/include/access/tsmapi.h</filename>, which see for additional
    details.
   </para>
  
--- 87,93 ----
  
   <para>
    The <type>TsmRoutine</type> struct type is declared
!   in <filename>src/include/access/tsmapi.h</filename>; see this file for additional
    details.
   </para>
  
