diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-05 18:19:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-05 18:19:33 +0000 |
commit | c75c372c58dd994b9da0cf37648ad092fb450bd8 (patch) | |
tree | facbafdebdb92c66947f844457f9a42950269393 /doc/src | |
parent | 3bf6284f10bef844119aad19f66b7f77b625c2eb (diff) | |
download | postgresql-c75c372c58dd994b9da0cf37648ad092fb450bd8.tar.gz postgresql-c75c372c58dd994b9da0cf37648ad092fb450bd8.zip |
Fix typo in configuration docs.
Devrim GUNDUZ
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 aabcebd7cd4..19a3b585655 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.36 2005/11/04 23:53:18 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.36.2.1 2006/02/05 18:19:33 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -12,7 +12,7 @@ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.36 2005/11/04 23:53:18 tgl Exp $ <para> There are many configuration parameters that affect the behavior of the database system. In the first section of this chapter, we - describe how to set configuration chapters. The subsequent sections + describe how to set configuration parameters. The subsequent sections discuss each parameter in detail. </para> |