home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v4 / text0011.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.4 KB

  1. Date: Wed, 11 Dec 85 17:20:01 EST
  2. From: Arnold Robbins <arnold%gatech.csnet@CSNET-RELAY.ARPA>
  3.  
  4. Chapter 3: Process Primitives
  5.  
  6. Sect 3.1 Process Creation
  7.  
  8.     Running a program takes two steps...
  9.  
  10. Should be "Running a new program", i.e. some program other than what is now
  11. running.  The paragraph implies that calling exec is mandatory; it isn't.
  12.  
  13. =====================================
  14.  
  15. Section 3.2.1.6 References (for the _wait()_ primitive)
  16.  
  17. Should include a reference to getppid() 4.4.1.
  18.  
  19. =====================================
  20.  
  21. Section 3.3.2.1 The Signal Function
  22.  
  23.     SIGDFL - signal specific default action
  24.         ... Abnormal termination should result in the creation of a
  25.         file named core in the receiving process's current directory.
  26.  
  27. "Core" should be quoted. Also, the file should be created only if the effective
  28. uid has write permission in the directory.
  29.  
  30.  
  31. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  32.  
  33. Chapter 4.1 Process Identification
  34.  
  35. 4.1.1.3 References (for getpid(), getpgrp(), getppid())
  36.  
  37. Should include a reference to wait(), 3.2.1.
  38.  
  39. ---------------
  40.  
  41. 4.2.3.2 Descriopion (of getlogin() and cuserid())
  42.  
  43.     ... or to call getlogin and, if it fails, to call the _getpwuid_ ...
  44.  
  45. The word "getlogin" should be italicized.
  46.  
  47. ---------------
  48.  
  49. 4.4.1.3.Returns (utsname)
  50.  
  51.     ... Otherwise, value of -1 is returned ...
  52.  
  53. Should be "Otherwise, a value of -1 ..."
  54.              ^^^
  55.  
  56. Volume-Number: Volume 4, Number 12
  57.  
  58.