home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!stein.u.washington.edu!barr
- From: barr@stein.u.washington.edu (David Barr)
- Newsgroups: comp.os.linux
- Subject: Re: ps that uses /proc
- Message-ID: <1992Dec14.050441.12239@u.washington.edu>
- Date: 14 Dec 92 05:04:41 GMT
- Article-I.D.: u.1992Dec14.050441.12239
- References: <1992Dec14.032831.9921@u.washington.edu>
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington
- Lines: 4
-
- oops. slight typo in that program.
-
- change "for(i=0; argv[i]; i++)"
- to "for(i=0; argv[1][i]; i++)"
-