diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-10 21:12:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-10 21:12:47 +0000 |
commit | 6decd24cc22116dea9da17c548d0ea0e9b6d5bfc (patch) | |
tree | 4d3462cb2df095944ff830ca20fd2b371b605eb8 /manual/maint.texi | |
parent | 4260af60e9361dbb07af8e0e6ce28cdfa6e0bdba (diff) | |
download | glibc-6decd24cc22116dea9da17c548d0ea0e9b6d5bfc.tar glibc-6decd24cc22116dea9da17c548d0ea0e9b6d5bfc.tar.gz glibc-6decd24cc22116dea9da17c548d0ea0e9b6d5bfc.tar.bz2 glibc-6decd24cc22116dea9da17c548d0ea0e9b6d5bfc.zip |
[BZ #3483]
* elf/ldconfig.c (main): Call setlocale and textdomain.
Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
Diffstat (limited to 'manual/maint.texi')
-rw-r--r-- | manual/maint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index 2b9221233a..567db981a3 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -156,7 +156,7 @@ subdirectories under it intended to be new specific categories. to look for a system-dependent version of a file that's not in @file{generic}. This means that any system-dependent source file must have an analogue in @file{generic}, even if the routines defined by that -file are not implemented on other platforms. Second. the @file{generic} +file are not implemented on other platforms. Second, the @file{generic} version of a system-dependent file is used if the makefiles do not find a version specific to the system you're compiling for. |