From 9133b79b4fae126bbcd95dad6f2cac68329c8ff3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Sep 1999 04:54:04 +0000 Subject: Update. 1999-09-27 Andreas Jaeger * resolv/netdb.h: Remove declaration of getnodebyname. It has been renamed to getipnodebyname. Move flags around. 1999-09-27 Andreas Schwab * manual/message.texi (Locating gettext catalog): Fix typos. 1999-09-27 Andreas Jaeger * manual/socket.texi (Out-of-Band Data): Correct example program, rename some variables for clarity. Reported by James Antill , close PR libc/1329. --- manual/message.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/message.texi') diff --git a/manual/message.texi b/manual/message.texi index bfc7d282d3..8e12dc8f56 100644 --- a/manual/message.texi +++ b/manual/message.texi @@ -1024,7 +1024,7 @@ really never should be used. @end deftypefun @deftypefun {char *} bindtextdomain (const char *@var{domainname}, const char *@var{dirname}) -The @code{bindtextdomain} function can be used to specify the directly +The @code{bindtextdomain} function can be used to specify the directory which contains the message catalogs for domain @var{domainname} for the different languages. To be correct, this is the directory where the hierarchy of directories is expected. Details are explained below. @@ -1051,7 +1051,7 @@ If the @var{dirname} parameter is the null pointer @code{bindtextdomain} returns the currently selected directory for the domain with the name @var{domainname}. -the @code{bindtextdomain} function returns a pointer to a string +The @code{bindtextdomain} function returns a pointer to a string containing the name of the selected directory name. The string is allocated internally in the function and must not be changed by the user. If the system went out of core during the execution of -- cgit v1.2.3