summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6013603..7ccdbe9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -556,15 +556,15 @@ New Features
(DER - 2020/03/18, HDFFV-11057)
- - Add BEST-EFFORT value to HDF5_USE_FILE_LOCKING environment variable
+ - Add BEST_EFFORT value to HDF5_USE_FILE_LOCKING environment variable
- This change adds a BEST-EFFORT to the TRUE/FALSE, 1/0 settings that
+ This change adds a BEST_EFFORT to the TRUE/FALSE, 1/0 settings that
were previously accepted. This option turns on file locking but
ignores locking errors when the library detects that file locking
has been disabled on a file system (useful on some HPC Lustre
installations).
- The capitalization of BEST-EFFORT is mandatory.
+ The capitalization of BEST_EFFORT is mandatory.
See the configure option discussion for HDFFV-11092 (above) for more
information on the file locking feature and how it's controlled.