Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6cbed0e

Browse files
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
1 parent 0d5bd3a commit 6cbed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pg_waldump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ PostgreSQL documentation
263263
<para>
264264
If <application>pg_waldump</application> is terminated by signal
265265
<systemitem>SIGINT</systemitem>
266-
(<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>,
266+
(<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>),
267267
the summary of the statistics computed is displayed up to the
268268
termination point. This operation is not supported on
269269
<productname>Windows</productname>.

0 commit comments

Comments
 (0)