hyphenation fixes.

This commit is contained in:
Michael Kerrisk 2007-12-28 05:45:42 +00:00
parent 5ec6046150
commit df3e4d6dc8
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ This value is
and the access method will allocate more memory rather than fail.
.TP
.I hash
is a user defined hash function.
is a user-defined hash function.
Since no hash function performs equally well on all possible data, the
user may find that the built-in hash function does poorly on a particular
data set.

View File

@ -153,7 +153,7 @@ than lists.
.PP
In the macro definitions,
.I TYPE
is the name of a user defined structure,
is the name of a user-defined structure,
that must contain a field of type
.IR "LIST_ENTRY" ,
.IR "TAILQ_ENTRY" ,
@ -163,7 +163,7 @@ named
.IR NAME .
The argument
.I HEADNAME
is the name of a user defined structure that must be declared
is the name of a user-defined structure that must be declared
using the macros
.IR "LIST_HEAD" ,
.IR "TAILQ_HEAD" ,