Re: Should the stat(2) man page contain information on test macros

2002-03-15 Thread Hiten Pandya
> Just cross-reference to a man page that has them. chmod(2) > seems to be the most logical choice. The chmod(2) man page doesn't have the S_ISBLK, S_ISCHR and related macros documented, and personally I don't think that is the right place for this particular stat related macros.. :) Thanks, Re

Re: Should the stat(2) man page contain information on test macros

2002-03-15 Thread Chris Costello
On Friday, March 15, 2002, Hiten Pandya wrote: > OK, is it a good idea, to have the S_IS* macros documented in the > stat(2) man page, or are they documented in the man pages (other > than stat(2)) already? :) Just cross-reference to a man page that has them. chmod(2) seems to be the most log

Should the stat(2) man page contain information on test macros

2002-03-15 Thread Hiten Pandya
Hi, I might be missing the point here, and I tried looking for this in all the stat man pages (apropos stat), but couldn't find it. OK, is it a good idea, to have the S_IS* macros documented in the stat(2) man page, or are they documented in the man pages (other than stat(2)) already? :) Thanks