From 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 May 2001 17:38:30 +0000 Subject: Update. 2001-05-21 Andreas Jaeger * locale/programs/ld-collate.c (handle_ellipsis): Fix message. Patch by Philipp Thomas . --- manual/nss.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/nss.texi') diff --git a/manual/nss.texi b/manual/nss.texi index a3eed74..3deb9f0 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -487,7 +487,7 @@ the next three arguments are: pointer to buffer where the result is stored. @code{STRUCT_TYPE} is normally a struct which corresponds to the database. @item char *buffer -pointer to a buffer where the function can store additional adata for +pointer to a buffer where the function can store additional data for the result etc. @item size_t buflen length of the buffer pointed to by @var{buffer}. @@ -541,7 +541,7 @@ Modules using the old interface will still be usable. Developers of a new service will have to make sure that their module is created using the correct interface number. This means the file itself -must have the correct name and on ElF systems the @dfn{soname} (Shared +must have the correct name and on ELF systems the @dfn{soname} (Shared Object Name) must also have this number. Building a module from a bunch of object files on an ELF system using GNU CC could be done like this: @@ -650,7 +650,7 @@ If there is additional data to return (say strings, where the @var{buffer} or length @var{buflen}. There must not be any references to non-constant global data. -The implementation of this function should honour the @var{stayopen} +The implementation of this function should honor the @var{stayopen} flag set by the @code{set@var{DB}ent} function whenever this makes sense. Before the function returns the implementation should store the value of -- cgit v1.1