syslog_ident mentioned as syslog_identify in the docs

Started by Michael Paquieralmost 12 years ago2 messages
#1Michael Paquier
michael.paquier@gmail.com
1 attachment(s)

Hi all,

In the documentation, particularly the doc index, syslog_ident is
incorrectly mentioned as syslog_identify. The attached patch fixes
that. This error is in the docs since 8.0.
Regards,
--
Michael

Attachments:

20140307_fix_syslog_identify.patchtext/x-diff; charset=US-ASCII; name=20140307_fix_syslog_identify.patchDownload
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
***************
*** 3743,3749 **** local0.*    /var/log/postgresql
       <varlistentry id="guc-syslog-ident" xreflabel="syslog_ident">
        <term><varname>syslog_ident</varname> (<type>string</type>)</term>
        <indexterm>
!        <primary><varname>syslog_identity</> configuration parameter</primary>
        </indexterm>
         <listitem>
          <para>
--- 3743,3749 ----
       <varlistentry id="guc-syslog-ident" xreflabel="syslog_ident">
        <term><varname>syslog_ident</varname> (<type>string</type>)</term>
        <indexterm>
!        <primary><varname>syslog_ident</> configuration parameter</primary>
        </indexterm>
         <listitem>
          <para>
#2Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Michael Paquier (#1)
Re: syslog_ident mentioned as syslog_identify in the docs

On 03/07/2014 08:24 AM, Michael Paquier wrote:

In the documentation, particularly the doc index, syslog_ident is
incorrectly mentioned as syslog_identify. The attached patch fixes
that. This error is in the docs since 8.0.

Thanks, fixed.

- Heikki

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