summaryrefslogtreecommitdiffstats
path: root/doc/html/ddl.html
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-09 20:44:55 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-09 20:44:55 (GMT)
commitf8e8918d19c78033e25dc7c454573197b5562821 (patch)
tree900bf8729fe2b360ba31cb236d07d75ca50a1d42 /doc/html/ddl.html
parent452ee91027b4bf93d8afccaf948e685bb1341da8 (diff)
downloadhdf5-f8e8918d19c78033e25dc7c454573197b5562821.zip
hdf5-f8e8918d19c78033e25dc7c454573197b5562821.tar.gz
hdf5-f8e8918d19c78033e25dc7c454573197b5562821.tar.bz2
[svn-r2644] Purpose:
Bug fix Description: ; missing from end of some &gt; macros. Solution: Added Platforms tested: Mosaic^WNetscape
Diffstat (limited to 'doc/html/ddl.html')
-rw-r--r--doc/html/ddl.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ddl.html b/doc/html/ddl.html
index b8e63db..e854fa4 100644
--- a/doc/html/ddl.html
+++ b/doc/html/ddl.html
@@ -147,7 +147,7 @@ This section contains a brief explanation of the symbols used in the DDL.
&lt;data&gt;<FONT SIZE=1.7>opt</FONT> }
// &lt;datatype&gt; and &lt;dataspace&gt; must appear before &lt;data&gt;.
-&lt;attr_name&gt; ::= &lt;identifier&gt
+&lt;attr_name&gt; ::= &lt;identifier&gt;
&lt;datatype&gt; ::= DATATYPE { &lt;atomic_type&gt; } |
DATATYPE { &lt;compound_type&gt; } |
@@ -163,7 +163,7 @@ This section contains a brief explanation of the symbols used in the DDL.
&lt;named_type&gt; ::= &lt;path_name&gt;
-&lt;path_name&gt; ::= &lt;identifier&gt
+&lt;path_name&gt; ::= &lt;identifier&gt;
&lt;dataspace&gt; ::= DATASPACE { SCALAR } |
DATASPACE { SIMPLE &lt;current_dims&gt; / &lt;max_dims&gt; } |
@@ -492,7 +492,7 @@ GROUP "/" {
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
-Last modified: 14 October 1999
+Last modified: 09 October 2000
</body>
</html>