reference/ps/functions/ps-setcolor.xml
9486a954ad26addf7c48b1783708bc0187fb5249
...
...
@@ -100,21 +100,23 @@
100
100
</para>
101
101
</refsect1>
102
102

103
-
<refsect1>
104
-
<title>Bugs</title>
105
-
<para>
106
-
The second parameter is currently not always evaluated. The color is
107
-
sometimes set for filling and drawing just as if
108
-
<literal>fillstroke</literal> were passed.
109
-
</para>
110
-
</refsect1>
111
-

112
103
<refsect1 role="returnvalues">
113
104
&reftitle.returnvalues;
114
105
<para>
115
106
&return.success;
116
107
</para>
117
108
</refsect1>
109
+

110
+
<refsect1 role="notes">
111
+
&reftitle.notes;
112
+
<caution>
113
+
<para>
114
+
The second parameter is currently not always evaluated. The color is
115
+
sometimes set for filling and drawing just as if
116
+
<literal>fillstroke</literal> were passed.
117
+
</para>
118
+
</caution>
119
+
</refsect1>
118
120
</refentry>
119
121

120
122
<!-- Keep this comment at the end of the file
...
...
@@ -137,4 +139,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
137
139
vim: et tw=78 syn=sgml
138
140
vi: ts=1 sw=1
139
141
-->
140
-

141
142