public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/3465] New: mistaken messages  [patch]
@ 2006-11-06 21:50 bensberg at justemail dot net
  2006-11-06 21:51 ` [Bug libc/3465] " bensberg at justemail dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bensberg at justemail dot net @ 2006-11-06 21:50 UTC (permalink / raw)
  To: glibc-bugs

During retranslation to Dutch I've found a few mistakes in libc's messages,
ranging from simple typos to wrong words.  The first patch repairs these.
It also corrects two typos in comments that I noticed along the way, and
gettextizes a forgotten little message.

The second patch makes some of the messages equal to others, from which they
unnecessarily and inconsistently differ, by a word, a letter, or a period.
It also, for consistency, adds a period to some doc strings, and removes it 
from some other messages.

-- 
           Summary: mistaken messages  [patch]
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: bensberg at justemail dot net
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/3465] mistaken messages  [patch]
  2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
@ 2006-11-06 21:51 ` bensberg at justemail dot net
  2006-11-06 21:52 ` bensberg at justemail dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bensberg at justemail dot net @ 2006-11-06 21:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From bensberg at justemail dot net  2006-11-06 21:51 -------
Created an attachment (id=1400)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1400&action=view)
correct a few mistakes in message strings


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/3465] mistaken messages  [patch]
  2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
  2006-11-06 21:51 ` [Bug libc/3465] " bensberg at justemail dot net
@ 2006-11-06 21:52 ` bensberg at justemail dot net
  2006-11-06 22:10 ` jakub at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bensberg at justemail dot net @ 2006-11-06 21:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From bensberg at justemail dot net  2006-11-06 21:52 -------
Created an attachment (id=1401)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1401&action=view)
harmonize a few message strings with others


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/3465] mistaken messages  [patch]
  2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
  2006-11-06 21:51 ` [Bug libc/3465] " bensberg at justemail dot net
  2006-11-06 21:52 ` bensberg at justemail dot net
@ 2006-11-06 22:10 ` jakub at redhat dot com
  2006-11-06 23:01 ` bensberg at justemail dot net
  2006-11-10 20:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at redhat dot com @ 2006-11-06 22:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2006-11-06 22:09 -------
Both hunks in elf/dl-open.c are wrong, the error messages really should mention
dlmopen.  When dlopen calls _dl_open, nsid argument is always either
LM_ID_BASE or __LM_ID_CALLER, while both the _dl_signal_error calls can only
happen when _dl_open is called with some other nsid.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/3465] mistaken messages  [patch]
  2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
                   ` (2 preceding siblings ...)
  2006-11-06 22:10 ` jakub at redhat dot com
@ 2006-11-06 23:01 ` bensberg at justemail dot net
  2006-11-10 20:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: bensberg at justemail dot net @ 2006-11-06 23:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From bensberg at justemail dot net  2006-11-06 23:01 -------
Created an attachment (id=1402)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1402&action=view)
correct a few mistakes in message strings


Yes, about those two I wasn't sure, they just looked wrong.
They are removed from the updated patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1400 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/3465] mistaken messages  [patch]
  2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
                   ` (3 preceding siblings ...)
  2006-11-06 23:01 ` bensberg at justemail dot net
@ 2006-11-10 20:55 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2006-11-10 20:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-11-10 20:55 -------
I've checked most change in.  Some needed changes or were wrong/not necessary.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=3465

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-10 20:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-06 21:50 [Bug libc/3465] New: mistaken messages [patch] bensberg at justemail dot net
2006-11-06 21:51 ` [Bug libc/3465] " bensberg at justemail dot net
2006-11-06 21:52 ` bensberg at justemail dot net
2006-11-06 22:10 ` jakub at redhat dot com
2006-11-06 23:01 ` bensberg at justemail dot net
2006-11-10 20:55 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).