bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Translation mistake in memmem man-page


From: Andreas Jaeger
Subject: Re: Translation mistake in memmem man-page
Date: 24 Apr 2001 22:02:24 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.1 (Channel Islands)

address@hidden writes:

> Hi,
> 
> the German version of the memmem man-page gives the prototype:
> 
> void *memmem(const void *needle, size_t needlelen,
>               const void *haystack, size_t haystacklen);
> 
> It should be:
> void *memmem(const void *haystack, size_t haystacklen,
>               const void *needle, size_t needlelen);
> 
> The description is ok. 

The GNU libc doesn't come with man pages, please check where you got
the german man page from and report the bug there.

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]