Follow Slashdot blog updates by subscribing to our blog RSS feed

 



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

Live within your income, even if you have to borrow to do so. -- Josh Billings

Working...