OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / hsearch.3
index 1b68f02..9cf1cc6 100644 (file)
@@ -32,7 +32,7 @@
 .\" 2008-09-03, mtk, restructured somewhat, in part after suggestions from
 .\"     Timothy S. Nelson <wayland@wayland.id.au>
 .\"
-.TH HSEARCH 3 2013-07-22 "GNU" "Linux Programmer's Manual"
+.TH HSEARCH 3 2014-01-05 "GNU" "Linux Programmer's Manual"
 .SH NAME
 hcreate, hdestroy, hsearch, hcreate_r, hdestroy_r,
 hsearch_r \- hash table management
@@ -300,7 +300,7 @@ some of them.
 #include <stdlib.h>
 #include <search.h>
 
-char *data[] = { "alpha", "bravo", "charlie", "delta",
+static char *data[] = { "alpha", "bravo", "charlie", "delta",
      "echo", "foxtrot", "golf", "hotel", "india", "juliet",
      "kilo", "lima", "mike", "november", "oscar", "papa",
      "quebec", "romeo", "sierra", "tango", "uniform",
@@ -345,3 +345,12 @@ main(void)
 .BR lsearch (3),
 .BR malloc (3),
 .BR tsearch (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.