home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0095 < prev    next >
Encoding:
Text File  |  1982-04-01  |  488 b   |  12 lines

  1. Autzoo.1521
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Thu Apr  1 19:38:45 1982
  5. getgrent(3) manual page lies
  6. The manual page getgrent(3) claims that getgrent, getgrgid, and getgrnam
  7. all work from the current location in the file.  This is wrong.  They work
  8. just like the corresponding getpwent(3) routines:  getgrgid and getgrnam start
  9. at the beginning of the file regardless.  The last two paragraphs of the
  10. DESCRIPTION section of getgrent(3) should read like the same two in the
  11. getpwent(3) page.
  12.