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

Commit477d243

Browse files
committed
doc: Whitespace fixes in man pages
1 parent4aad161 commit477d243

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

‎doc/src/sgml/ref/alter_index.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ REINDEX INDEX distributors;
285285
<programlisting>
286286
CREATE INDEX coord_idx ON measured (x, y, (z + t));
287287
ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000;
288-
</programlisting>
289-
</para>
288+
</programlisting></para>
290289

291290
</refsect1>
292291

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
132132
<phrase><replaceable class="parameter">exclude_element</replaceable> in an <literal>EXCLUDE</literal> constraint is:</phrase>
133133

134134
{ <replaceable class="parameter">column_name</replaceable> | ( <replaceable class="parameter">expression</replaceable> ) } [ <replaceable class="parameter">opclass</replaceable> ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
135-
136135
</synopsis>
137136
</refsynopsisdiv>
138137

‎doc/src/sgml/ref/create_policy.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,7 @@ AND
557557
OR
558558
...
559559
)
560-
</programlisting>
561-
</para>
560+
</programlisting></para>
562561

563562
</refsect2>
564563
</refsect1>

‎doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ PostgreSQL documentation
681681
<computeroutput>
682682
pg_ctl: server is running (PID: 13718)
683683
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
684-
</computeroutput>
685-
</screen>
684+
</computeroutput></screen>
686685
The second line is the command that would be invoked in restart mode.
687686
</para>
688687
</refsect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp