Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6b2d6b

Browse files
committed
Empty ulinks show the url string as hot text; no need to repeat the url as
element content.
1 parent1da3771 commitd6b2d6b

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.12 2001/10/09 18:45:59 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.13 2001/10/31 20:35:01 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -620,8 +620,7 @@ RESET CLIENT_ENCODING;
620620

621621
<variablelist>
622622
<varlistentry>
623-
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"
624-
>ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf</ulink></term>
623+
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term>
625624

626625
<listitem>
627626
<para>
@@ -633,7 +632,7 @@ RESET CLIENT_ENCODING;
633632
</varlistentry>
634633

635634
<varlistentry>
636-
<term><ulink url="http://www.unicode.org/">http://www.unicode.org/</ulink></term>
635+
<term><ulink url="http://www.unicode.org/"></ulink></term>
637636

638637
<listitem>
639638
<para>

‎doc/src/sgml/installation.sgml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.62 2001/10/13 04:23:50 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.63 2001/10/31 20:35:02 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -141,9 +141,9 @@ su - postgres
141141
<para>
142142
If you need to get a <acronym>GNU</acronym> package, you can find
143143
it at your local <acronym>GNU</acronym> mirror site (see <ulink
144-
url="http://www.gnu.org/order/ftp.html">http://www.gnu.org/order/ftp.html</>
144+
url="http://www.gnu.org/order/ftp.html"></>
145145
for a list) or at <ulink
146-
url="ftp://ftp.gnu.org/gnu/">ftp://ftp.gnu.org/gnu/</ulink>.
146+
url="ftp://ftp.gnu.org/gnu/"></ulink>.
147147
</para>
148148

149149
<para>
@@ -163,8 +163,7 @@ su - postgres
163163

164164
<para>
165165
The <productname>PostgreSQL</> &version; sources can by obtained from <ulink
166-
url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz"
167-
>ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz</ulink>.
166+
url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz"></ulink>.
168167
Use a mirror if possible. Then unpack it:
169168
<screen>
170169
<userinput>gunzip postgresql-&version;.tar.gz</userinput>
@@ -576,7 +575,7 @@ su - postgres
576575
(e.g., <systemitem class="osname">Linux</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">Solaris</>), for other systems you can download
577576
an add-on package from here: <ulink
578577
url="http://www.postgresql.org/~petere/gettext.html"
579-
><systemitem class="resource">http://www.postgresql.org/~petere/gettext.html</></ulink>. If
578+
></ulink>. If
580579
you are using the <application>gettext</> implementation in the GNU C library
581580
then you will additionally need the <productname>GNU gettext</productname> package for
582581
some utility programs. For any of the other implementations
@@ -1050,7 +1049,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
10501049
<filename>/etc/profile</> or <filename>~/.bash_profile</>. Some
10511050
good information about the caveats associated with the method can
10521051
be found at <ulink
1053-
url="http://www.visi.com/~barr/ldpath.html">http://www.visi.com/~barr/ldpath.html</ulink>.
1052+
url="http://www.visi.com/~barr/ldpath.html"></ulink>.
10541053
</para>
10551054

10561055
<para>
@@ -1346,7 +1345,7 @@ gunzip -c user.ps.gz \
13461345
</note>
13471346

13481347
<informaltable>
1349-
<tgroup cols="4">
1348+
<tgroup cols="5">
13501349
<thead>
13511350
<row>
13521351
<entry><acronym>OS</acronym></entry>
@@ -1580,7 +1579,7 @@ gunzip -c user.ps.gz \
15801579
</formalpara>
15811580

15821581
<informaltable>
1583-
<tgroup cols="4">
1582+
<tgroup cols="5">
15841583
<thead>
15851584
<row>
15861585
<entry><acronym>OS</acronym></entry>

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.90 2001/10/11 21:16:26 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.91 2001/10/31 20:35:02 petere Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2157,7 +2157,7 @@ set semsys:seminfo_semmsl=32
21572157

21582158
<para>
21592159
See also <ulink
2160-
url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html">http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html</>
2160+
url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html"></>
21612161
for information on shared memory under
21622162
<productname>Solaris</>.
21632163
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp