pgsql: docs: properly capitalize and space kB, MB, GB, TB

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: properly capitalize and space kB, MB, GB, TB
Date: 2016-07-30 16:28:14
Message-ID: E1bTX7W-0003VN-A5@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: properly capitalize and space kB, MB, GB, TB

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ca0c37b56f4a80ad758774e34c86cc4335583d29

Modified Files
--------------
doc/src/sgml/bloom.sgml | 4 ++--
doc/src/sgml/catalogs.sgml | 2 +-
doc/src/sgml/config.sgml | 8 ++++----
doc/src/sgml/datatype.sgml | 2 +-
doc/src/sgml/ecpg.sgml | 2 +-
doc/src/sgml/installation.sgml | 14 +++++++-------
doc/src/sgml/lobj.sgml | 4 ++--
doc/src/sgml/ltree.sgml | 2 +-
doc/src/sgml/protocol.sgml | 2 +-
doc/src/sgml/runtime.sgml | 10 +++++-----
doc/src/sgml/spgist.sgml | 2 +-
doc/src/sgml/storage.sgml | 20 ++++++++++----------
doc/src/sgml/wal.sgml | 6 +++---
13 files changed, 39 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-07-30 18:52:25 pgsql: doc: apply hypen fix that was not backpatched
Previous Message Tom Lane 2016-07-29 23:31:23 pgsql: Fix worst memory leaks in tqueue.c.