pgsql: doc: Standardize use of dashes in references to CRC and SHA. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: doc: Standardize use of dashes in references to CRC and SHA.
Date
Msg-id E1scUAg-003Sgt-BL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Standardize use of dashes in references to CRC and SHA.

Presently, we inconsistently use dashes in references to these
algorithms (e.g., CRC32C versus CRC-32C).  Some popular web sources
appear to prefer dashes, and with this commit, we will, too.

Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/ZrUFpLP-w2zTAHqq%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7fceb5725b05768e9c76b1c3af447dfea8f8da53

Modified Files
--------------
doc/src/sgml/backup-manifest.sgml   | 6 +++---
doc/src/sgml/pgcrypto.sgml          | 4 ++--
doc/src/sgml/ref/pg_basebackup.sgml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: doc: Fix name of CRC algorithm in "Reliability" section.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Make BackgroundWorkerList doubly-linked