svn commit: r349422 - head/contrib/elftoolchain/libelftc

Mark Johnston markj at FreeBSD.org
Wed Jun 26 16:32:42 UTC 2019


Author: markj
Date: Wed Jun 26 16:32:41 2019
New Revision: 349422
URL: https://svnweb.freebsd.org/changeset/base/349422

Log:
  libelftc: Fix the documented prototype for elftc_string_table_destroy().
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/contrib/elftoolchain/libelftc/elftc_string_table_create.3

Modified: head/contrib/elftoolchain/libelftc/elftc_string_table_create.3
==============================================================================
--- head/contrib/elftoolchain/libelftc/elftc_string_table_create.3	Wed Jun 26 16:31:50 2019	(r349421)
+++ head/contrib/elftoolchain/libelftc/elftc_string_table_create.3	Wed Jun 26 16:32:41 2019	(r349422)
@@ -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"


More information about the svn-src-head mailing list