From d6b2d6b640f37eddcf87359e039ff3be4f874785 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 31 Oct 2001 20:35:02 +0000 Subject: [PATCH] Empty ulinks show the url string as hot text; no need to repeat the url as element content. --- doc/src/sgml/charset.sgml | 7 +++---- doc/src/sgml/installation.sgml | 17 ++++++++--------- doc/src/sgml/runtime.sgml | 4 ++-- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 3b3989f93f..a347089056 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -620,8 +620,7 @@ RESET CLIENT_ENCODING; <variablelist> <varlistentry> - <term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf" - >ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf</ulink></term> + <term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term> <listitem> <para> @@ -633,7 +632,7 @@ RESET CLIENT_ENCODING; </varlistentry> <varlistentry> - <term><ulink url="http://www.unicode.org/">http://www.unicode.org/</ulink></term> + <term><ulink url="http://www.unicode.org/"></ulink></term> <listitem> <para> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4bb0fcca3f..6697626b94 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.62 2001/10/13 04:23:50 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.63 2001/10/31 20:35:02 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -141,9 +141,9 @@ su - postgres <para> If you need to get a <acronym>GNU</acronym> package, you can find it at your local <acronym>GNU</acronym> mirror site (see <ulink - url="http://www.gnu.org/order/ftp.html">http://www.gnu.org/order/ftp.html</> + url="http://www.gnu.org/order/ftp.html"></> for a list) or at <ulink - url="ftp://ftp.gnu.org/gnu/">ftp://ftp.gnu.org/gnu/</ulink>. + url="ftp://ftp.gnu.org/gnu/"></ulink>. </para> <para> @@ -163,8 +163,7 @@ su - postgres <para> The <productname>PostgreSQL</> &version; sources can by obtained from <ulink - url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz" - >ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz</ulink>. + url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz"></ulink>. Use a mirror if possible. Then unpack it: <screen> <userinput>gunzip postgresql-&version;.tar.gz</userinput> @@ -576,7 +575,7 @@ su - postgres (e.g., <systemitem class="osname">Linux</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">Solaris</>), for other systems you can download an add-on package from here: <ulink url="http://www.postgresql.org/~petere/gettext.html" - ><systemitem class="resource">http://www.postgresql.org/~petere/gettext.html</></ulink>. If + ></ulink>. If you are using the <application>gettext</> implementation in the GNU C library then you will additionally need the <productname>GNU gettext</productname> package for some utility programs. For any of the other implementations @@ -1050,7 +1049,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib <filename>/etc/profile</> or <filename>~/.bash_profile</>. Some good information about the caveats associated with the method can be found at <ulink - url="http://www.visi.com/~barr/ldpath.html">http://www.visi.com/~barr/ldpath.html</ulink>. + url="http://www.visi.com/~barr/ldpath.html"></ulink>. </para> <para> @@ -1346,7 +1345,7 @@ gunzip -c user.ps.gz \ </note> <informaltable> - <tgroup cols="4"> + <tgroup cols="5"> <thead> <row> <entry><acronym>OS</acronym></entry> @@ -1580,7 +1579,7 @@ gunzip -c user.ps.gz \ </formalpara> <informaltable> - <tgroup cols="4"> + <tgroup cols="5"> <thead> <row> <entry><acronym>OS</acronym></entry> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 0bb3eb1c44..fcbb97d00b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.90 2001/10/11 21:16:26 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.91 2001/10/31 20:35:02 petere Exp $ --> <Chapter Id="runtime"> @@ -2157,7 +2157,7 @@ set semsys:seminfo_semmsl=32 <para> See also <ulink - url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html">http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html</> + url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html"></> for information on shared memory under <productname>Solaris</>. </para> -- 2.40.0