From 9b3feed7844b129f367fb214fe06dbbe7a9d6329 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 29 Jun 2023 20:08:45 -0500 Subject: docs: improve consistency in verb form (#3076) (#3188) --- src/H5Fmodule.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h index 6812ab3..75f2b47 100644 --- a/src/H5Fmodule.h +++ b/src/H5Fmodule.h @@ -265,7 +265,7 @@ * * * #H5garbage_collect - * Garbage collects on all free-lists of all types. + * Performs garbage collection (GC) on all free-lists of all types. * * * #H5get_libversion @@ -343,15 +343,15 @@ * * * #H5Fget_mdc_config - * Obtain current metadata cache configuration for target file. + * Obtains current metadata cache configuration for target file. * * * #H5Fget_mdc_hit_rate - * Obtain target file’s metadata cache hit rate. + * Obtains target file’s metadata cache hit rate. * * * #H5Fget_mdc_size - * Obtain current metadata cache size data for specified file. + * Obtains current metadata cache size data for specified file. * * * #H5Fget_mpi_atomicity @@ -391,15 +391,15 @@ * * * #H5Freset_mdc_hit_rate_stats - * Reset hit rate statistics counters for the target file. + * Resets hit rate statistics counters for the target file. * * * #H5Fset_mdc_config - * Use to configure metadata cache of target file. + * Configures metadata cache of target file. * * * #H5Fset_mpi_atomicity - * Use to set the MPI atomicity mode. + * Sets the MPI atomicity mode. * * * #H5Funmount -- cgit v0.12