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

Commit ff5e8a2

Browse files
committed
Fix typo.
1 parent e539026 commit ff5e8a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.67 2001/08/28 14:20:25 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.68 2001/09/04 00:18:18 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -1999,17 +1999,17 @@ call <function>fe_setauthsvc</function> at all.
19991999

20002000
<para>
20012001
To build (i.e., compile and link) your libpq programs you need to
2002-
do the following things:
2002+
do all of the following things:
20032003

20042004
<itemizedlist>
20052005
<listitem>
20062006
<para>
20072007
Include the <filename>libpq-fe.h</filename> header file:
20082008
<programlisting>
2009-
#include &lt;libpq-fe&gt;
2009+
#include &lt;libpq-fe.h&gt;
20102010
</programlisting>
20112011
If you failed to do that then you will normally get error
2012-
messages from your compiler, such as
2012+
messages from your compiler similar to
20132013
<screen>
20142014
foo.c: In function `main':
20152015
foo.c:34: `PGconn' undeclared (first use in this function)

0 commit comments

Comments
 (0)