Fix function name in USAGE for H5Pencode2() (#4519)

This commit is contained in:
H. Joe Lee 2024-05-28 10:26:13 -05:00 committed by GitHub
parent 3bd8159ccd
commit 8873e17e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -788,7 +788,7 @@ done:
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