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:
parent
5b186308fb
commit
d772b18d44
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user