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

Commit c7f0038

Browse files
committed
Break up long line, per Leslie S Satenstein.
1 parent 63676eb commit c7f0038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,9 @@ PGconn *PQsetdb(char *pghost,
691691
Make a connection to the database server in a nonblocking manner.
692692

693693
<synopsis>
694-
PGconn *PQconnectStartParams(const char **keywords, const char **values, int expand_dbname);
694+
PGconn *PQconnectStartParams(const char **keywords,
695+
const char **values,
696+
int expand_dbname);
695697

696698
PGconn *PQconnectStart(const char *conninfo);
697699

0 commit comments

Comments
 (0)