BSD 4_4_Lite1 release
[unix-history] / usr / src / lib / libc / gen / getpwent.3
index e69f092..1208f53 100644 (file)
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)getpwent.3 8.1 (Berkeley) 6/4/93
+.\"     @(#)getpwent.3 8.2 (Berkeley) 12/11/93
 .\"
 .\"
-.Dd June 4, 1993
+.Dd December 11, 1993
 .Dt GETPWENT 3
 .Os
 .Sh NAME
 .Dt GETPWENT 3
 .Os
 .Sh NAME
@@ -112,7 +112,7 @@ up subsequent accesses for all of the routines.
 as it doesn't close its file descriptors by default.)
 .Pp
 It is dangerous for long-running programs to keep the file descriptors
 as it doesn't close its file descriptors by default.)
 .Pp
 It is dangerous for long-running programs to keep the file descriptors
-open the database will become out of date if it is updated while the
+open as the database will become out of date if it is updated while the
 program is running.
 .Pp
 The
 program is running.
 .Pp
 The
@@ -130,7 +130,7 @@ closes any open files.
 These routines have been written to ``shadow'' the password file, e.g.
 allow only certain programs to have access to the encrypted password.
 If the process which calls them has an effective uid of 0, the encrypted
 These routines have been written to ``shadow'' the password file, e.g.
 allow only certain programs to have access to the encrypted password.
 If the process which calls them has an effective uid of 0, the encrypted
-password will be returned, otherwise, the password field of the retuned
+password will be returned, otherwise, the password field of the returned
 structure will point to the string
 .Ql * .
 .Sh RETURN VALUES
 structure will point to the string
 .Ql * .
 .Sh RETURN VALUES