pgsql: Fix more typos and inconsistencies in documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix more typos and inconsistencies in documentation
Date: 2019-04-28 14:04:03
Message-ID: E1hKkPT-0007oN-8T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix more typos and inconsistencies in documentation

This fixes a couple of grammar mistakes, typos and inconsistencies in
the documentation. Particularly, the configuration parsing allows only
"kB" to mean kilobyte but there were references in the docs to "KB".
Some instances of the latter are still in the code comments. Some
parameter values were mentioned with "Minus-one", and using directly
"-1" with proper markups is more helpful to the reader.

Some of these have been pointed out by Justin, and some others are
things I bumped into.

Author: Justin Pryzby, Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac862376037727e744f25030bd8b6090c707247b

Modified Files
--------------
doc/src/sgml/auto-explain.sgml | 9 +++++----
doc/src/sgml/config.sgml | 4 ++--
doc/src/sgml/protocol.sgml | 12 ++++++------
doc/src/sgml/sources.sgml | 2 +-
4 files changed, 14 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-28 16:46:02 pgsql: Clean up minor warnings from buildfarm.
Previous Message Tom Lane 2019-04-27 17:16:11 pgsql: Avoid postgres_fdw crash for a targetlist entry that's just a Pa