From ba9dd0b871ae3363e084cc6ace650608c38a5e24 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 6 Feb 2020 16:04:47 -0600 Subject: 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. --- doc/VFD_SWMR_Punch_List.md | 4 ++-- 1 file 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 -- cgit v0.12