On Wed, Nov 8, 2017 at 9:04 AM, Haribabu Kommi <kommi.harib...@gmail.com> wrote:
> The commit 98267e missed to check the empty SGML tag, attached patch
> fixes the same.

        <listitem>
         <para>
-         <filename>pg_internal.init (found in multiple directories)</>
+         <filename>pg_internal.init (found in multiple directories)</filename>
         </para>
        </listitem>
What has been committed in 98267ee and what is proposed here both look
incorrect to me. The markup filename ought to be used only with file
names, so "(found in multiple directories)" should not be within it.
Simon's commit is not wrong with the markup usage by the way.
-- 
Michael


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

Reply via email to