diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-10 08:41:39 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-10 08:41:39 +0000 |
commit | e8b1163ed03e17558e918116b2ab594a60161154 (patch) | |
tree | 79aa1e06f5a24d3fa6d23c007cf141aacaf4d4f0 /manual/message.texi | |
parent | f25da8d01f8d783fff627a95628a73b037526245 (diff) | |
download | glibc-e8b1163ed03e17558e918116b2ab594a60161154.tar.gz glibc-e8b1163ed03e17558e918116b2ab594a60161154.tar.xz glibc-e8b1163ed03e17558e918116b2ab594a60161154.zip |
2000-03-09 Martin Buchholz <martin@xemacs.org>
* sysdeps/unix/sysv/linux/alpha/syscall.S: * manual/message.texi (Using gettextized software): * manual/message.texi (Message Translation): Doc Fixes. * manual/filesys.texi (File Size): * manual/charset.texi (glibc iconv Implementation): * locale/programs/ld-collate.c (collate_output): * iconv/gconv_db.c (find_derivation): * manual/install.texi: * manual/search.texi (Hash Search Function): * manual/stdio.texi (Output Conversion Syntax): * FAQ.in: * config.h.in: * sysdeps/generic/dl-sysdep.c: Doc Fixes. `allows to' is not correct English. * elf/rtld.c: Doc fixes. * manual/creature.texi (Feature Test Macros): Doc fixes. * manual/memory.texi (Hooks for Malloc): Doc Fixes. * manual/filesys.texi (Working Directory): Check for ERANGE to avoid infloop.
Diffstat (limited to 'manual/message.texi')
-rw-r--r-- | manual/message.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/message.texi b/manual/message.texi index e7479c3fad..47061295df 100644 --- a/manual/message.texi +++ b/manual/message.texi @@ -160,10 +160,10 @@ does this just like it works for @code{printf}. @end table -Using @code{NLSPATH} allows to specify arbitrary directories to be -searched for message catalogs while still allowing different languages -to be used. If the @code{NLSPATH} environment variable is not set the -default value is +Using @code{NLSPATH} allows arbitrary directories to be searched for +message catalogs while still allowing different languages to be used. +If the @code{NLSPATH} environment variable is not set, the default value +is @smallexample @var{prefix}/share/locale/%L/%N:@var{prefix}/share/locale/%L/LC_MESSAGES/%N @@ -453,7 +453,7 @@ these source files to learn about the file format. @cindex gencat The @code{gencat} program is specified in the X/Open standard and the -GNU implementation follows this specification and so allows to process +GNU implementation follows this specification and so processes all correctly formed input files. Additionally some extension are implemented which help to work in a more reasonable way with the @code{catgets} functions. @@ -1525,13 +1525,13 @@ complete @var{dir_name} is: @end smallexample We can use @file{/usr/share} since the @file{.mo} files containing the -message catalogs are system independent, all systems can use the same +message catalogs are system independent, so all systems can use the same files. If the program executed the @code{bindtextdomain} function for -the message domain that is currently handled the @code{dir_name} -component is the exactly the value which was given to the function as -the second parameter. I.e., @code{bindtextdomain} allows to overwrite +the message domain that is currently handled, the @code{dir_name} +component is exactly the value which was given to the function as +the second parameter. I.e., @code{bindtextdomain} allows overwriting the only system dependent and fixed value to make it possible to -address file everywhere in the filesystem. +address files anywhere in the filesystem. The @var{category} is the name of the locale category which was selected in the program code. For @code{gettext} and @code{dgettext} this is |