From 73b0bc9d1d57d9b6272eba2caa1655aa34031415 Mon Sep 17 00:00:00 2001
From: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Date: Thu, 28 Aug 2025 15:39:19 +0900
Subject: [PATCH v2-PG18] doc: Add missing tags

---
 doc/src/sgml/protocol.sgml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index d336ee38f58..05f189dad88 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -7309,7 +7309,8 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
        <term>Int64 (XLogRecPtr)</term>
        <listitem>
         <para>
-         The LSN of the abort operation, present only when streaming is set to parallel.
+         The LSN of the abort operation, present only when <link linkend="protocol-logical-replication-params"><varname>streaming</varname></link>
+         is set to <literal>parallel</literal>.
          This field is available since protocol version 4.
         </para>
        </listitem>
@@ -7319,8 +7320,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
        <term>Int64 (TimestampTz)</term>
        <listitem>
         <para>
-         Abort timestamp of the transaction, present only when streaming is set to
-         parallel. The value is in number of microseconds since PostgreSQL epoch (2000-01-01).
+         Abort timestamp of the transaction, present only when <varname>streaming</varname>
+         is set to <literal>parallel</literal>. The value is in number of
+         microseconds since PostgreSQL epoch (2000-01-01).
          This field is available since protocol version 4.
         </para>
        </listitem>
-- 
2.47.1

