Skip to content

Commit

Permalink
Fix function name in USAGE for H5Pencode2() (#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored May 28, 2024
1 parent 3bd8159 commit 8873e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5P.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ H5Pget_size(hid_t id, const char *name, size_t *size /*out*/)
The encoding of property values will be done according to the file format
setting in fapl_id.
USAGE
herr_t H5Pencode(plist_id, buf, nalloc, fapl_id)
herr_t H5Pencode2(plist_id, buf, nalloc, fapl_id)
hid_t plist_id; IN: Identifier to property list to encode
void *buf: OUT: buffer to gold the encoded plist
size_t *nalloc; IN/OUT: size of buffer needed to encode plist
Expand Down

0 comments on commit 8873e17

Please sign in to comment.