This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1968] elf/sln.c: unknown format parameter %m


------- Additional Comments From heiko dot nardmann at secunet dot com  2005-12-02 10:19 -------
(In reply to comment #2) 
> %m is a glibc format extension, see 
> info libc 'Table of Output Conversions' 
> sln is a program that is part of glibc and obviously relies on glibc 
extensions, 
> there is nothing wrong about it. 
>  
> Your other changes are completely bogus, please either fix your lint-like 
> tool before you file a new bugreport, or take time to read and understand 
> C and POSIX, GCC and glibc extensions. 
> argv is guaranteed to be non-NULL, argv[x] for x >= 0 && x < argc is also 
> guaranteed to be non-NULL. 
>  
 
Ok, then just the man page misses '%m'. I am going to contact Linux 
Documentation Project in this case. 
 

-- 


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]