pgsql: Doc: add check to detect non-breaking spaces in the docs.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add check to detect non-breaking spaces in the docs.
Date: 2024-10-08 11:26:20
Message-ID: E1sy8M8-002gAR-RJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add check to detect non-breaking spaces in the docs.

There were multiple instances where accidentally adding non-breaking
space (nbsp, U+00A0, 0xc2a0 in UTF-8) to sgml files. This commit adds
additional checking to detect nbsp. You can check the nbsp by:

make -C doc/src/sgml check

or

make -C doc/src/sgml check-nbsp

Authors: Yugo Nagata, Daniel Gustafsson
Reviewed-by: Tatsuo Ishii, Daniel Gustafsson
Discussion: https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b7da5c261d1af1a5d6a275e1090b07de3654033

Modified Files
--------------
doc/src/sgml/Makefile | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-10-08 12:16:43 pgsql: Add test for dead-end backends
Previous Message Fujii Masao 2024-10-08 09:26:07 pgsql: Move check for binary mode and on_error option to the appropriat