Minor improvement to fdwhandler.sgml

Started by Etsuro Fujitaalmost 10 years ago2 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Here is a small patch to do s/for/For/ to two section titles in
fdwhandlers.sgml, for consistency.

Best regards,
Etsuro Fujita

Attachments:

fdwhandler-doc.patchapplication/x-patch; name=fdwhandler-doc.patchDownload
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index dc2d890..9c8406c 100644
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -798,7 +798,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
    </sect2>
 
    <sect2 id="fdw-callbacks-explain">
-    <title>FDW Routines for <command>EXPLAIN</></title>
+    <title>FDW Routines For <command>EXPLAIN</></title>
 
     <para>
 <programlisting>
@@ -851,7 +851,7 @@ ExplainForeignModify (ModifyTableState *mtstate,
    </sect2>
 
    <sect2 id="fdw-callbacks-analyze">
-    <title>FDW Routines for <command>ANALYZE</></title>
+    <title>FDW Routines For <command>ANALYZE</></title>
 
     <para>
 <programlisting>
#2Michael Paquier
michael.paquier@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Minor improvement to fdwhandler.sgml

On Wed, Jan 27, 2016 at 7:52 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Here is a small patch to do s/for/For/ to two section titles in
fdwhandlers.sgml, for consistency.

I am grepping 54 places where "for" is used in a <title>, and none of
them use an upper case for its first letter. I am marking this patch
as rejected.
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers