diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-07-20 14:01:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 14:01:58 (GMT) |
commit | 1706355ee10cdad20b79603b3f39935601c5fff0 (patch) | |
tree | 878434891f435edf79062cd7b291f72066a4a02c /tools | |
parent | b68988d2d21c57ca02c054272aec01ad86b67ea7 (diff) | |
download | hdf5-1706355ee10cdad20b79603b3f39935601c5fff0.zip hdf5-1706355ee10cdad20b79603b3f39935601c5fff0.tar.gz hdf5-1706355ee10cdad20b79603b3f39935601c5fff0.tar.bz2 |
removed the use of encoded single apostrophe (#3261)
* removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read
* updated sanitizer paragraph
* fixed brief description for H5Fget_info
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/misc/h5clear.c | 2 | ||||
-rw-r--r-- | tools/test/misc/testfiles/h5clear_missing_file.ddl | 2 | ||||
-rw-r--r-- | tools/test/misc/testfiles/h5clear_usage.ddl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/misc/h5clear.c b/tools/src/misc/h5clear.c index 642143b..2272626 100644 --- a/tools/src/misc/h5clear.c +++ b/tools/src/misc/h5clear.c @@ -75,7 +75,7 @@ usage(const char *prog) fprintf(stdout, " This option helps to repair a crashed file where the stored EOA\n"); fprintf(stdout, " in the superblock is different from the actual EOF.\n"); - fprintf(stdout, " The file’s EOA and EOF will be the same after applying\n"); + fprintf(stdout, " The file's EOA and EOF will be the same after applying\n"); fprintf(stdout, " this option to the file.\n"); fprintf(stdout, "\n"); fprintf(stdout, "Examples of use:\n"); diff --git a/tools/test/misc/testfiles/h5clear_missing_file.ddl b/tools/test/misc/testfiles/h5clear_missing_file.ddl index c4d21c9..c7a2118 100644 --- a/tools/test/misc/testfiles/h5clear_missing_file.ddl +++ b/tools/test/misc/testfiles/h5clear_missing_file.ddl @@ -10,7 +10,7 @@ usage: h5clear [OPTIONS] file_name C is >= 0; C is optional and will default to 1M when not set. This option helps to repair a crashed file where the stored EOA in the superblock is different from the actual EOF. - The file’s EOA and EOF will be the same after applying + The file's EOA and EOF will be the same after applying this option to the file. Examples of use: diff --git a/tools/test/misc/testfiles/h5clear_usage.ddl b/tools/test/misc/testfiles/h5clear_usage.ddl index c4d21c9..c7a2118 100644 --- a/tools/test/misc/testfiles/h5clear_usage.ddl +++ b/tools/test/misc/testfiles/h5clear_usage.ddl @@ -10,7 +10,7 @@ usage: h5clear [OPTIONS] file_name C is >= 0; C is optional and will default to 1M when not set. This option helps to repair a crashed file where the stored EOA in the superblock is different from the actual EOF. - The file’s EOA and EOF will be the same after applying + The file's EOA and EOF will be the same after applying this option to the file. Examples of use: |