"find" and {a,c,m}time

Mike Brooks prophet at nitro.ATT.COM
Tue Oct 18 22:59:31 AEST 1988


In article <12364 at steinmetz.ge.com> davidsen at crdos1.UUCP (bill davidsen) writes:
>In article <170 at libove.UUCP> root at libove.UUCP (Jay M. Libove) writes:
>
>| My manual entry for find(C) (SCO uses bogus manual sections, that should
>| be find(1) to the real world I think) says:
>
>  One of the things I like about Xenix is that I can explain to users
>that section C is commands, S systems calls, T text processing, etc.
>When V.4 and Xenix merge this is one thing I would really like to see
>change.

How about this then:

#define C 1	/* for commands */
#define S 2	/* for system calls */

What would be better though is to break out things like text
processing, especially since they are add-ons , as opposed to
base level commands and system calls....


					Michael



More information about the Comp.unix.questions mailing list