summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-31 18:33:37 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-31 18:33:37 -0400
commit1d3ff89ecfbbdd8bf56d4773d8f2749156eeb7c1 (patch)
tree83c6be6d00b4885ba7bf5dd17c5ed46f01859bfa /doc/src/sgml/ref/postgres-ref.sgml
parent787ccf5a5fc92698e8cc8ebfb6fe1a0bf28981a4 (diff)
doc: add commas after 'i.e.' and 'e.g.'
This follows the American format, https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention of requiring this format for future text, but making existing text consistent every few years makes sense. Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index 6e62f54c597..806949df42b 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -821,7 +821,7 @@ PostgreSQL documentation
<para>
To start <command>postgres</command> with a specific
- port, e.g. 1234:
+ port, e.g., 1234:
<screen>
<prompt>$</prompt> <userinput>postgres -p 1234</userinput>
</screen>