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

Commit 63e5d02

Browse files
committed
doc: Remove remark elements
They were not rendered with DSSSL, but now they show up by default using XSLT. Just remove them, since they are not useful.
1 parent 75a1cbd commit 63e5d02

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/src/sgml/dml.sgml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<chapter id="dml">
44
<title>Data Manipulation</title>
55

6-
<remark>
7-
This chapter is still quite incomplete.
8-
</remark>
9-
106
<para>
117
The previous chapter discussed how to create tables and other
128
structures to hold your data. Now it is time to fill the tables

doc/src/sgml/ecpg.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3592,7 +3592,7 @@ void PGTYPESdecimal_free(decimal *var);
35923592
EXEC SQL ALLOCATE DESCRIPTOR <replaceable>identifier</replaceable>;
35933593
</programlisting>
35943594
The identifier serves as the <quote>variable name</quote> of the
3595-
descriptor area. <remark>The scope of the allocated descriptor is WHAT?.</remark>
3595+
descriptor area. <!-- The scope of the allocated descriptor is WHAT?. -->
35963596
When you don't need the descriptor anymore, you should deallocate
35973597
it:
35983598
<programlisting>

0 commit comments

Comments
 (0)