diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
commit | 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (patch) | |
tree | 5ad4fd19aadc293938df24d843121a40318c1344 /manual/nss.texi | |
parent | be594011d008677cf9679f4a10fdd10ce74c94fb (diff) | |
download | glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.gz glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.bz2 glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.zip |
Update.
2001-05-21 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-collate.c (handle_ellipsis): Fix message.
Patch by Philipp Thomas <pthomas@suse.de>.
Diffstat (limited to 'manual/nss.texi')
-rw-r--r-- | manual/nss.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/nss.texi b/manual/nss.texi index a3eed74222..3deb9f0b5b 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 |