docs: add "later versions" to comment in file-locking.dox (#6241)

This commit is contained in:
H. Joe Lee
2026-03-06 16:06:01 -06:00
committed by GitHub
parent eff101bffe
commit 9bd7c5f3d9
+1 -1
View File
@@ -55,7 +55,7 @@ it wrong could result in corrupt files or crashed readers, we decided to add
a file locking scheme to help users get it right. Since this would also help
prevent harmful accesses when SWMR is not in use, we decided to switch the
file locking scheme on by default. This scheme has been carried forward into
HDF5 1.12 and 1.14 (soon to be 2.0).
HDF5 1.12 and later versions.
Note that the current implementation of SWMR is only useful for appending to chunked
datasets. Creating file objects like groups and datasets is not supported