aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-06-26 16:32:41 +0000
committerMark Johnston <markj@FreeBSD.org>2019-06-26 16:32:41 +0000
commit9810827a3a97a1f0d2f663701e9bf064b8c00e8c (patch)
tree151621469fc6b070e6fb5639f2094904f45b3566 /contrib
parentb90eaf941f00efcbd64e28d8058a619dad3b81e4 (diff)
downloadsrc-9810827a3a97a1f0d2f663701e9bf064b8c00e8c.tar.gz
src-9810827a3a97a1f0d2f663701e9bf064b8c00e8c.zip
libelftc: Fix the documented prototype for elftc_string_table_destroy().
MFC after: 1 week Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=349422
Diffstat (limited to 'contrib')
-rw-r--r--contrib/elftoolchain/libelftc/elftc_string_table_create.32
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/libelftc/elftc_string_table_create.3 b/contrib/elftoolchain/libelftc/elftc_string_table_create.3
index 813999a47180..c3cf864af29c 100644
--- a/contrib/elftoolchain/libelftc/elftc_string_table_create.3
+++ b/contrib/elftoolchain/libelftc/elftc_string_table_create.3
@@ -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"