diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:33:37 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:33:37 -0400 |
commit | 3fb67ac9c65b31ae179a80662b6bed0b00bba248 (patch) | |
tree | 1ef745524958cde411bcf7267e71b9cead917b74 /doc/src/sgml/ref/postgres-ref.sgml | |
parent | b1f52817bcdc3a6d269d4bd9b4d02a635e5d39c3 (diff) | |
download | postgresql-3fb67ac9c65b31ae179a80662b6bed0b00bba248.tar.gz postgresql-3fb67ac9c65b31ae179a80662b6bed0b00bba248.zip |
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.sgml | 2 |
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 1a4b7c7825d..394dd266996 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -822,7 +822,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> |