Skip to content

Commit d772b18

Browse files
committed
Avoid <substeps> element in man pages
The upstream DocBook manpages stylesheet apparently does not handle the <substeps> element at all, and so the content comes out unformatted, which is not useful. As a workaround, replace <substeps> with a nested <procedure>, which ends up effectively the same in output.
1 parent 5b18630 commit d772b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/pgupgrade.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ pg_upgrade.exe
499499
is running.
500500
</para>
501501

502-
<substeps>
502+
<procedure>
503503

504504
<step>
505505
<title>Install the new PostgreSQL binaries on standby servers</title>
@@ -624,7 +624,7 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
624624
</para>
625625
</step>
626626

627-
</substeps>
627+
</procedure>
628628

629629
</step>
630630

0 commit comments

Comments
 (0)