[Nice-commit] Nice/web manual.xml,1.17,1.18
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-26 10:18:32
|
Update of /cvsroot/nice/Nice/web
In directory sc8-pr-cvs1:/tmp/cvs-serv10062
Modified Files:
manual.xml
Log Message:
Corrected validation errors.
Index: manual.xml
===================================================================
RCS file: /cvsroot/nice/Nice/web/manual.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** manual.xml 23 Apr 2003 15:50:50 -0000 1.17
--- manual.xml 26 Apr 2003 10:18:29 -0000 1.18
***************
*** 1176,1182 ****
<chapter><title>Types</title>
- <para>
- </para>
-
<section id="optionTypes"><title>Option types</title>
<para>
--- 1176,1179 ----
***************
*** 1213,1218 ****
</para>
! <section id="notNull"><title>The <literal>notNull</literal> function</title>
! <para>
Sometimes, you know that a value cannot be &NULL;,
although it has an option type.
--- 1210,1214 ----
</para>
! <para id="notNull">
Sometimes, you know that a value cannot be &NULL;,
although it has an option type.
***************
*** 1239,1243 ****
if it was not &NULL;.
</para>
- </section>
<para>
--- 1235,1238 ----
***************
*** 1309,1315 ****
</para>
<para>
! <type><<replaceable>type-variable</replaceable>
! <optional>, <replaceable>type-variable</replaceable> ...
! </optional>></type>
</para>
<para>
--- 1304,1310 ----
</para>
<para>
! <type><<replaceable>type-variable</replaceable></type>
! <optional><type>, <replaceable>type-variable</replaceable> ...</type>
! </optional><type>></type>
</para>
<para>
|