X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a63442492d25b3ab12d0bce2a8b879e32855aa72..4687a69c269ee3f2a7f0625e0147a503fd9d3d0b:/src/src/lookups/README diff --git a/src/src/lookups/README b/src/src/lookups/README index 2e87edadd..614b349ec 100644 --- a/src/src/lookups/README +++ b/src/src/lookups/README @@ -75,7 +75,7 @@ The arguments are: uschar **errmsg where to put an error message if there is a problem The yield of xxx_open() is a void * value representing the open file or -database. For real files is is normally the FILE or DBM value. For other +database. For real files it is normally the FILE or DBM value. For other kinds of lookup, if there is no natural value to use, (-1) is recommended. The value should not be NULL (or 0) as that is taken to indicate failure of the xxx_open() function. For single-key lookups, the handle is cached along