PGDOCS - sgml linkend using single-quotes

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: PGDOCS - sgml linkend using single-quotes
Date: 2023-01-17 22:37:37
Message-ID: CAHut+Ptghjg0SBUTv=4Bpcy68d1zD3VAnZ3wX1DQSp39XKD9Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I happened to notice some examples of SGML linkends that were using
single quotes instead of double quotes.

It didn't seem to be the conventional style because grepping (from
doc/src/sgml folder) showed only a tiny fraction using single quotes.

(single-quotes)
$ grep --include=*.sgml -rn . -e "linkend='" | wc -l
12

(double-quotes)
$ grep --include=*.sgml -rn . -e 'linkend="' | wc -l
5915

~~

PSA patch that makes them all use double quotes.

------
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-Replace-linkend-single-quotes-with-double-quotes.patch application/octet-stream 6.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl O. Pinc 2023-01-17 22:43:13 Re: doc: add missing "id" attributes to extension packaging page
Previous Message Peter Geoghegan 2023-01-17 22:18:20 Re: Rework of collation code, extensibility