Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 477d243

Browse files
committed
doc: Whitespace fixes in man pages
1 parent 4aad161 commit 477d243

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

doc/src/sgml/ref/alter_index.sgml

+1-2
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

-1
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

+1-2
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

+1-2
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)