diff options
author | Neil Conway <neilc@samurai.com> | 2005-09-12 22:39:30 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-09-12 22:39:30 +0000 |
commit | fe9f96b14c0b69205493c7651879e1fb8e5f5744 (patch) | |
tree | a36f2db457b785c9ac9df056c3bb633fec37c4e0 /doc/src | |
parent | f59b05c95d60dd0e89a80d6ba601461f488ba669 (diff) | |
download | postgresql-fe9f96b14c0b69205493c7651879e1fb8e5f5744.tar.gz postgresql-fe9f96b14c0b69205493c7651879e1fb8e5f5744.zip |
Minor documentation tweak: make the capitalization of a section title
consistent with the other sections in this chapter.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index de5e71eb42a..a57a3070830 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.13 2005/09/12 22:11:38 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.14 2005/09/12 22:39:30 neilc Exp $ --> <chapter Id="runtime-config"> <title>Run-time Configuration</title> @@ -2070,7 +2070,7 @@ SELECT * FROM parent WHERE key = 2400; </indexterm> <sect2 id="runtime-config-logging-where"> - <title>Where to log</title> + <title>Where To Log</title> <indexterm zone="runtime-config-logging-where"> <primary>where to log</primary> |