Path: utzoo!utgpu!water!watmath!clyde!att!nitro!prophet From: prophet@nitro.ATT.COM (Mike Brooks) Newsgroups: comp.unix.questions Subject: Re: "find" and {a,c,m}time Message-ID: <1400@nitro.ATT.COM> Date: 18 Oct 88 12:59:31 GMT References: <170@libove.UUCP> <12364@steinmetz.ge.com> Reply-To: prophet@nitro.UUCP (Mike Brooks) Organization: AT&T ISL Lincroft NJ USA Lines: 22 In article <12364@steinmetz.ge.com> davidsen@crdos1.UUCP (bill davidsen) writes: >In article <170@libove.UUCP> root@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