Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Red Hat is 2 CD's now??? (Score 1) 365

Excuse me? Are you suggesting Windows has something to learn from Linux regarding documentation? Are you trying to be funny or just out on a day pass?

$ man 3 basename
No entry for basename in section 3 of the manual.
$ grep basename /usr/include/libgen.h
extern char *__xpg_basename (char *__path) __THROW;
#define basename __xpg_basename

I cant tell you often this happens with Linux. Whatever misguided opinion of VC++ you may have, VC++ docs are COMPLETE.

--

Slashdot Top Deals

Getting the job done is no excuse for not following the rules. Corollary: Following the rules will not get the job done.

Working...