home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20273 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  581 b 

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!stein.u.washington.edu!barr
  2. From: barr@stein.u.washington.edu (David Barr)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: ps that uses /proc
  5. Message-ID: <1992Dec14.050441.12239@u.washington.edu>
  6. Date: 14 Dec 92 05:04:41 GMT
  7. Article-I.D.: u.1992Dec14.050441.12239
  8. References: <1992Dec14.032831.9921@u.washington.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 4
  12.  
  13. oops.  slight typo in that program.
  14.  
  15. change "for(i=0; argv[i]; i++)"
  16. to     "for(i=0; argv[1][i]; i++)"
  17.