1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: Add missing parenthesis to keycombo

The SIGINT keycombo for the pg_waldump stats emission was lacking a
closing parenthesis.  Backpatch to 15 where this feature was added.

Discussion: https://postgr.es/m/EC39E60E-C8B6-4CDF-8BFA-E4D140446B41@yesql.se
Backpatch-through: 15
This commit is contained in:
Daniel Gustafsson
2022-08-16 12:44:24 +02:00
parent 0d5bd3a6cc
commit 6cbed0ec79

View File

@ -263,7 +263,7 @@ PostgreSQL documentation
<para> <para>
If <application>pg_waldump</application> is terminated by signal If <application>pg_waldump</application> is terminated by signal
<systemitem>SIGINT</systemitem> <systemitem>SIGINT</systemitem>
(<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>, (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
the summary of the statistics computed is displayed up to the the summary of the statistics computed is displayed up to the
termination point. This operation is not supported on termination point. This operation is not supported on
<productname>Windows</productname>. <productname>Windows</productname>.