pgsql: doc: Add acronyms for MITM and SNI

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add acronyms for MITM and SNI
Date: 2021-06-25 02:29:40
Message-ID: E1lwbbA-00070x-RN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add acronyms for MITM and SNI

This adds MITM and SNI as acronyms, as the documentation already had
them marked up with <acronym>.

While on it, make sure to spell man-in-the-middle with dashes
consistently, and add acronyms for those new terms where appropriate.

Author: Daniel Gustafsson
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15ff5401d1719aaf6c9a47e5abea517cc2bcbaf1

Modified Files
--------------
doc/src/sgml/acronyms.sgml | 23 +++++++++++++++++++++++
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/libpq.sgml | 13 ++++++-------
3 files changed, 30 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-06-25 02:54:11 pgsql: Doc: Fix minor formatting issue in logicaldecoding.sgml.
Previous Message Andrew Dunstan 2021-06-25 02:26:18 Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench