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

Commit 694403d

Browse files
committed
Add comment about possible URL changes for www7.hp.com:
<!-- If this URL chnages replace it with a URL to www.archive.org. -->
1 parent 162dc31 commit 694403d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/src/sgml/libpq.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.253 2008/01/08 18:07:38 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.254 2008/01/31 23:30:31 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message)
51975197
to inside <application>libpq</application>), you can use
51985198
<function>PQinitSSL(int)</> to tell <application>libpq</application>
51995199
that the <acronym>SSL</> library has already been initialized by your
5200-
application. See <ulink
5200+
application.
5201+
<!-- If this URL chnages replace it with a URL to www.archive.org. -->
5202+
See <ulink
52015203
url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>
52025204
for details on the SSL API.
52035205
</para>

doc/src/sgml/runtime.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.405 2008/01/31 23:03:16 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.406 2008/01/31 23:30:31 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1646,6 +1646,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
16461646
verify that the client's certificate is signed by one of the trusted
16471647
certificate authorities. Certificate Revocation List (CRL) entries
16481648
are also checked if the file <filename>root.crl</filename> exists.
1649+
<!-- If this URL chnages replace it with a URL to www.archive.org. -->
16491650
(See <ulink
16501651
url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></>
16511652
for diagrams showing SSL certificate usage.)

0 commit comments

Comments
 (0)