public inbox for [email protected]
help / color / mirror / Atom feedFrom: Daisuke Higuchi <[email protected]>
To: [email protected]
Subject: doc: Fix missing or duplicate closing parentheses in some documents
Date: Fri, 7 Nov 2025 10:40:48 +0900
Message-ID: <CAEVT6c9FRQcFCzQ8AO=QoeQNA-w6RhTkfOUHzY6N2xD5YnBxhg@mail.gmail.com> (raw)
Hi
I found that the parentheses seemed not to be handled correctly in
following 3 documents, so I attach the patch for this.
- closing parentheses is missing
- doc/src/sgml/client-auth.sgml
- closing parentheses is duplicate
- doc/src/sgml/ltree.sgml
- doc/src/sgml/trigger.sgml
Regards
Attachments:
[application/octet-stream] doc_fix_missing_parentheses_client-auth.patch (888B, 3-doc_fix_missing_parentheses_client-auth.patch)
download | inline diff:
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 51b95ed04f3..ec62cba8050 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -306,7 +306,7 @@ include_dir <replaceable>directory</replaceable>
matches. The value <literal>all</literal> specifies that it
matches all users. Otherwise, this is either the name of a specific
database user, a regular expression (when starting with a slash
- (<literal>/</literal>), or a group name preceded by <literal>+</literal>.
+ (<literal>/</literal>)), or a group name preceded by <literal>+</literal>.
(Recall that there is no real distinction between users and groups
in <productname>PostgreSQL</productname>; a <literal>+</literal> mark really means
<quote>match any of the roles that are directly or indirectly members
[application/octet-stream] doc_fix_duplicate_parentheses_trigger.patch (506B, 4-doc_fix_duplicate_parentheses_trigger.patch)
download | inline diff:
diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml
index bb1b5faf34e..0062f1a3fd1 100644
--- a/doc/src/sgml/trigger.sgml
+++ b/doc/src/sgml/trigger.sgml
@@ -823,7 +823,7 @@ typedef struct Trigger
<varname>attnum</varname> (1-based) is a member of this bitmap set,
call <literal>bms_is_member(attnum -
FirstLowInvalidHeapAttributeNumber,
- trigdata->tg_updatedcols))</literal>.
+ trigdata->tg_updatedcols)</literal>.
</para>
<para>
[application/octet-stream] doc_fix_duplicate_parentheses_ltree.patch (691B, 5-doc_fix_duplicate_parentheses_ltree.patch)
download | inline diff:
diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml
index ecbf463d8ab..ff3c227727b 100644
--- a/doc/src/sgml/ltree.sgml
+++ b/doc/src/sgml/ltree.sgml
@@ -645,7 +645,7 @@ Europe & Russia*@ & !Transportation
<literal>siglen</literal> determines the
signature length in bytes. The default signature length is 8 bytes.
The length must be a positive multiple of <type>int</type> alignment
- (4 bytes on most machines)) up to 2024. Longer
+ (4 bytes on most machines) up to 2024. Longer
signatures lead to a more precise search (scanning a smaller fraction of the index and
fewer heap pages), at the cost of a larger index.
</para>
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: doc: Fix missing or duplicate closing parentheses in some documents
In-Reply-To: <CAEVT6c9FRQcFCzQ8AO=QoeQNA-w6RhTkfOUHzY6N2xD5YnBxhg@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox