Skip to content

Commit

Permalink
doc: Remove remark elements
Browse files Browse the repository at this point in the history
They were not rendered with DSSSL, but now they show up by default using
XSLT.  Just remove them, since they are not useful.
  • Loading branch information
petere committed Apr 5, 2017
1 parent 75a1cbd commit 63e5d02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions doc/src/sgml/dml.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<chapter id="dml">
<title>Data Manipulation</title>

<remark>
This chapter is still quite incomplete.
</remark>

<para>
The previous chapter discussed how to create tables and other
structures to hold your data. Now it is time to fill the tables
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ecpg.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3592,7 +3592,7 @@ void PGTYPESdecimal_free(decimal *var);
EXEC SQL ALLOCATE DESCRIPTOR <replaceable>identifier</replaceable>;
</programlisting>
The identifier serves as the <quote>variable name</quote> of the
descriptor area. <remark>The scope of the allocated descriptor is WHAT?.</remark>
descriptor area. <!-- The scope of the allocated descriptor is WHAT?. -->
When you don't need the descriptor anymore, you should deallocate
it:
<programlisting>
Expand Down

0 comments on commit 63e5d02

Please sign in to comment.