Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd772b18

Browse files
committed
Avoid <substeps> element in man pages
The upstream DocBook manpages stylesheet apparently does not handlethe <substeps> element at all, and so the content comes outunformatted, which is not useful.As a workaround, replace <substeps> with a nested <procedure>, whichends up effectively the same in output.
1 parent5b18630 commitd772b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp