]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/hsearch.3
ffix
[thirdparty/man-pages.git] / man3 / hsearch.3
index 1034dac3bf715ce46c8e7cb77a7236affca87758..e978bcbbfa8cda8a242342c0df01e8adfd7ebedd 100644 (file)
@@ -31,6 +31,7 @@
 .SH NAME
 hcreate, hdestroy, hsearch \- hash table management
 .SH SYNOPSIS
+.nf
 .B #include <search.h>
 .sp
 .BI "int hcreate(size_t " nel );
@@ -45,10 +46,11 @@ hcreate, hdestroy, hsearch \- hash table management
 .sp
 .BI "int hcreate_r(size_t " nel ", struct hsearch_data *" tab );
 .sp
-.BI "int hsearch_r(ENTRY " item ", ACTION " action ,
-.BI "ENTRY **" ret ", struct hsearch_data *" tab );
+.BI "int hsearch_r(ENTRY " item ", ACTION " action ", ENTRY **" ret , 
+.BI "              struct hsearch_data *" tab );
 .sp
 .BI "void hdestroy_r(struct hsearch_data *" tab );
+.fi
 .SH DESCRIPTION
 The three functions
 .BR hcreate (),