libelftc: Fix the documented prototype for elftc_string_table_destroy().

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-06-26 16:32:41 +00:00
parent b90eaf941f
commit 9810827a3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349422

View File

@ -41,7 +41,7 @@
.In libelftc.h
.Ft "Elftc_String_Table *"
.Fn elftc_string_table_create "size_t sizehint"
.Ft int
.Ft void
.Fn elftc_string_table_destroy "Elftc_String_Table *table"
.Ft "Elftc_String_Table *"
.Fn elftc_string_table_from_section "Elf_Scn *scn" "size_t sizehint"