|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.109 2003/02/1401:32:31 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.110 2003/02/1402:21:25 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="libpq">
|
@@ -221,7 +221,7 @@ PGconn *PQconnectdb(const char *conninfo)
|
221 | 221 | name in pg_service.conf that holds additional connection parameters.
|
222 | 222 | This allows applications to specify only a service name so connection parameters
|
223 | 223 | can be centrally maintained. See
|
224 |
| - <filename><replaceable>PREFIX</>/share/</>pg_service.conf.sample</> for |
| 224 | + <filename><replaceable>PREFIX</>/share/pg_service.conf.sample</> for |
225 | 225 | information on how to set up the file.
|
226 | 226 | </para>
|
227 | 227 | </listitem>
|
|