diff options
Diffstat (limited to 'man3/hsearch.3')
| -rw-r--r-- | man3/hsearch.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man3/hsearch.3 b/man3/hsearch.3 index 8668e75c1c..15482878a6 100644 --- a/man3/hsearch.3 +++ b/man3/hsearch.3 @@ -71,12 +71,14 @@ the hash table so that a new table can be constructed. .PP The argument \fIitem\fP is of type \fBENTRY\fP, which is a typedef defined in \fI<search.h>\fP and includes these elements: +.RS .sp .nf - typedef struct entry { - char *\fIkey\fP; - void *\fIdata\fP; - } ENTRY; +typedef struct entry { + char *\fIkey\fP; + void *\fIdata\fP; +} ENTRY; +.RE .fi .sp The field \fIkey\fP points to the null-terminated string which is the |
