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.
This commit is contained in:
Peter Eisentraut 2022-04-07 13:45:25 +02:00
parent 5b186308fb
commit d772b18d44
1 changed files with 2 additions and 2 deletions

View File

@ -499,7 +499,7 @@ pg_upgrade.exe
is running.
</para>
<substeps>
<procedure>
<step>
<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
</para>
</step>
</substeps>
</procedure>
</step>