diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-06 22:04:47 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-06 22:04:47 (GMT) |
commit | ba9dd0b871ae3363e084cc6ace650608c38a5e24 (patch) | |
tree | a5d85d40a3fe8d709def0673216fd46f359e3581 /doc | |
parent | 8526d61cf489e6980079673a87cfd1450a7f7e61 (diff) | |
download | hdf5-ba9dd0b871ae3363e084cc6ace650608c38a5e24.zip hdf5-ba9dd0b871ae3363e084cc6ace650608c38a5e24.tar.gz hdf5-ba9dd0b871ae3363e084cc6ace650608c38a5e24.tar.bz2 |
Escape some underscores. I'm not sure if this is strictly necessary, but vim's
syntax highlighting colors some (but not all) unescaped underscores red like
there is some problem. It's possible there is some problem, since underscores
are used to indicate some kind of emphasis---probably underlining.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/VFD_SWMR_Punch_List.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md index 114b2bb..dc3e632 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -141,7 +141,7 @@ primarily on Jelly. Ultimately, we should suspend ticks over the H5Dset_extent/H5Dwrite. -27. **Vailin, complete** Change the field name "vfd_swmr_writer" to "writer" in +27. **Vailin, complete** Change the field name "vfd\_swmr\_writer" to "writer" in "struct H5F_vfd_swmr_config_t" and all references to it. See page 11 in the RFC. 28. **Vailin, complete** Fix bug as stated on page 9 in the RFC section 3.1.1: @@ -155,7 +155,7 @@ primarily on Jelly. then run the vfd_swmr_addrem_writer.c. 30. **David, merged, needs unit test** Add a delay to the FSM so that - freed regions are not reused before max_lag ticks are up. + freed regions are not reused before max\_lag ticks are up. 31. Create a large dataset with a small chunk size to verify that page management in the extensible array is handled properly by |