Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve consistency in verb form (#3076) #3188

Merged
merged 2 commits into from
Jun 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/H5Fmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
* </tr>
* <tr>
* <td>#H5garbage_collect</td>
* <td>Garbage collects on all free-lists of all types.</td>
* <td>Collects garbage on all free-lists of all types.</td>
* </tr>
* <tr>
* <td>#H5get_libversion</td>
Expand Down Expand Up @@ -343,15 +343,15 @@
* </tr>
* <tr>
* <td>#H5Fget_mdc_config</td>
* <td>Obtain current metadata cache configuration for target file.</td>
* <td>Obtains current metadata cache configuration for target file.</td>
* </tr>
* <tr>
* <td>#H5Fget_mdc_hit_rate</td>
* <td>Obtain target file’s metadata cache hit rate.</td>
* <td>Obtains target file’s metadata cache hit rate.</td>
* </tr>
* <tr>
* <td>#H5Fget_mdc_size</td>
* <td>Obtain current metadata cache size data for specified file.</td>
* <td>Obtains current metadata cache size data for specified file.</td>
* </tr>
* <tr>
* <td>#H5Fget_mpi_atomicity</td>
Expand Down Expand Up @@ -391,15 +391,15 @@
* </tr>
* <tr>
* <td>#H5Freset_mdc_hit_rate_stats</td>
* <td>Reset hit rate statistics counters for the target file.</td>
* <td>Resets hit rate statistics counters for the target file.</td>
* </tr>
* <tr>
* <td>#H5Fset_mdc_config</td>
* <td>Use to configure metadata cache of target file.</td>
* <td>Configures metadata cache of target file.</td>
* </tr>
* <tr>
* <td>#H5Fset_mpi_atomicity</td>
* <td>Use to set the MPI atomicity mode.</td>
* <td>Sets the MPI atomicity mode.</td>
* </tr>
* <tr>
* <td>#H5Funmount</td>
Expand Down