Fix typo.
authorPeter Eisentraut
Tue, 4 Sep 2001 00:18:18 +0000 (00:18 +0000)
committerPeter Eisentraut
Tue, 4 Sep 2001 00:18:18 +0000 (00:18 +0000)
doc/src/sgml/libpq.sgml

index f74f3c4944d12daa5c2b762bea454b2d391a07c6..51f30802fccbb0da898677bbf37bee1ccc33e3d2 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -1999,17 +1999,17 @@ call fe_setauthsvc at all.
 
   
    To build (i.e., compile and link) your libpq programs you need to
-   do the following things:
+   do all of the following things:
 
    
     
      
       Include the libpq-fe.h header file:
 
-#include <libpq-fe>
+#include <libpq-fe.h>
 
       If you failed to do that then you will normally get error
-      messages from your compiler, such as
+      messages from your compiler similar to
 
 foo.c: In function `main':
 foo.c:34: `PGconn' undeclared (first use in this function)