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

Commit f038e08

Browse files
committed
Use slightly less broken markup.
1 parent 47ed658 commit f038e08

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

doc/src/sgml/install-win32.sgml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:33 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.14 2003/09/30 01:26:29 tgl Exp $
33
-->
44

55
<chapter id="install-win32">
@@ -108,30 +108,31 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:
108108
</para>
109109

110110
<para>
111-
<application>psql</application> is compiled as a "console application". As
112-
the win32 console windows use a different encoding than the rest of the
113-
system, you must take special care when using 8-bit characaters (eg. german
114-
Umlauts) at the <application>psql</application> prompt. When
111+
<application>psql</application> is compiled as a <quote>console
112+
application</>. As
113+
the Win32 console windows use a different encoding than the rest of the
114+
system, you must take special care when using 8-bit characters (eg. German
115+
umlauts) at the <application>psql</application> prompt. When
115116
<application>psql</application> detects a problematic console codepage, it
116117
will warn you at startup. To change the console codepage, two things are
117118
neccessary:
118119

119-
<variablelist>
120-
<varlistentry>
120+
<itemizedlist>
121121
<listitem>
122+
<para>
122123
Set the codepage with <userinput>cmd.exe /c chcp 1252</userinput>
123-
(1252 is the german value, replace it with your value). If you are using
124-
cygwin, you can put this command in <filename>/etc/profile</filename>.
124+
(1252 is the German value, replace it with your value). If you are using
125+
cygwin, you can put this command in <filename>/etc/profile</filename>.
126+
</para>
125127
</listitem>
126-
</varlistentry>
127-
<varlistentry>
128+
128129
<listitem>
129-
Set the console font to "Lucida Console", because the raster font
130-
does not work with the ANSI codepage.
130+
<para>
131+
Set the console font to <quote>Lucida Console</>, because the raster font
132+
does not work with the ANSI codepage.
133+
</para>
131134
</listitem>
132-
</varlistentry>
133-
</variablelist>
134-
135+
</itemizedlist>
135136
</para>
136137

137138
</chapter>

0 commit comments

Comments
 (0)