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.
$ man 3 basename
No entry for basename in section 3 of the manual.
$ grep basename
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.
--