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

Commit 0a4fc85

Browse files
committed
Fix broken markup.
1 parent 5f9ba04 commit 0a4fc85

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/ref/show.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.19 2002/08/04 05:09:36 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.20 2002/08/04 05:46:02 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -98,7 +98,6 @@ SHOW DateStyle;
9898
<para>
9999
Show the current genetic optimizer (<literal>geqo</literal>) setting:
100100
<programlisting>
101-
<screen>
102101
SHOW GEQO;
103102
geqo
104103
------
@@ -109,7 +108,7 @@ SHOW GEQO;
109108

110109
<para>
111110
Show all settings:
112-
<screen>
111+
<programlisting>
113112
SHOW ALL;
114113
name | setting
115114
-------------------------------+---------------------------------------
@@ -123,7 +122,7 @@ SHOW ALL;
123122
wal_files | 0
124123
wal_sync_method | fdatasync
125124
(94 rows)
126-
</screen>
125+
</programlisting>
127126
</para>
128127

129128
</refsect1>

0 commit comments

Comments
 (0)