diff NEWS @ 2459:0a2cd53db5f9

[project @ 1996-11-03 03:36:01 by jwe]
author jwe
date Sun, 03 Nov 1996 03:36:01 +0000
parents d07a5d0b57e2
children bb0c213e5885
line wrap: on
line diff
--- a/NEWS	Sun Nov 03 03:26:04 1996 +0000
+++ b/NEWS	Sun Nov 03 03:36:01 1996 +0000
@@ -317,6 +317,14 @@
       tilde_expand        -- perform tilde expansion on string
       completion_matches  -- perform command completion on string
 
+  * Functions for getting info from the password database on Unix systems:
+
+      getpwent  -- read entry from password-file stream, opening if necessary
+      getpwuid  -- search for password entry with matching user ID
+      getpwnam  -- search for password entry with matching username
+      setpwent  -- rewind the password-file stream
+      endpwent  -- close the password-file stream
+
   * The New function octave_config_info returns a structure containing
     information about how Octave was configured and compiled.