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

Commitc1f5ed6

Browse files
committed
When making xrefs to refsects, the linkend should point to the refsect and
the endterm to the title element, not both to the title. At leastdocbook2man prefers it that way.
1 parent930b283 commitc1f5ed6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/ref/create_table.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/ref/create_table.sgml,v 1.40 2001/01/12 05:06:40 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.41 2001/02/04 12:18:08 petere Exp $
33
Postgres documentation
44
-->
55

@@ -238,7 +238,7 @@ ERROR: Relation '<replaceable class="parameter">table</replaceable>' already ex
238238
may be a simple type, a complex type (set) or an array type.
239239
Each attribute may be specified to be non-null and
240240
each may have a default value, specified by the
241-
<xref linkend="R1-SQL-DEFAULTCLAUSE-1-TITLE" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
241+
<xref linkend="R1-SQL-DEFAULTCLAUSE-1" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
242242
</para>
243243

244244
<para>

‎doc/src/sgml/ref/select.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/ref/select.sgml,v 1.37 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.38 2001/02/04 12:18:08 petere Exp $
33
Postgres documentation
44
-->
55

@@ -334,7 +334,7 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
334334
The ORDER BY clause causes the returned rows to be sorted in a specified
335335
order. If ORDER BY is not given, the rows are returned in whatever order
336336
the system finds cheapest to produce.
337-
(See <xref linkend="sql-orderby-title" endterm="sql-orderby-title">.)
337+
(See <xref linkend="sql-orderby" endterm="sql-orderby-title">.)
338338
</para>
339339

340340
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp