summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2009-10-13 22:35:46 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2009-10-13 22:35:46 (GMT)
commitef8f8d1d94880ddb23e163d3f235c1eb0f4130fd (patch)
tree8b7b2eb8f384bbfd99c75cb216c493d9be3ca8d3
parentf6fc22861fc78696451afa2b3cce2a3e12cce966 (diff)
downloadhdf5-ef8f8d1d94880ddb23e163d3f235c1eb0f4130fd.zip
hdf5-ef8f8d1d94880ddb23e163d3f235c1eb0f4130fd.tar.gz
hdf5-ef8f8d1d94880ddb23e163d3f235c1eb0f4130fd.tar.bz2
[svn-r17640] Description:
Correct HTML coding error. Tested: Safari
-rw-r--r--doc/html/Tools/h5jam_and_h5unjam.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Tools/h5jam_and_h5unjam.htm b/doc/html/Tools/h5jam_and_h5unjam.htm
index 7286257..ecb2289 100644
--- a/doc/html/Tools/h5jam_and_h5unjam.htm
+++ b/doc/html/Tools/h5jam_and_h5unjam.htm
@@ -24,7 +24,7 @@
<p>If <code>out_file.h5</code> is given, a new file is created with the <code>user_block</code> followed by the contents of<code> in_file.h5. </code>In this case,<code><big> </big>infile.h5 </code>is unchanged.
<p>
-If <code>out_file.h5</code> is not specified, the&nbsp;<code>user_block</code> is added to<code> in_file.h5</code>. &nbsp;</dd>
+If <code>out_file.h5</code> is not specified, the&nbsp;<code>user_block</code> is added to<code> in_file.h5</code>. &nbsp;
<p>
If in_file.h5 already has a user block, the contents of <code>user_block</code> will be added to the end of the existing user block, and the file shifted to the next boundary. If <code>-clobber</code> is set, any existing user block will be overwritten.