X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ad7871609881e73855d0b04da49b486cd93efca7..ed554bc5e4201344d7eaad78263566e79428759c:/usr/src/lib/libc/gen/getpwent.3 diff --git a/usr/src/lib/libc/gen/getpwent.3 b/usr/src/lib/libc/gen/getpwent.3 index e69f092951..1208f53988 100644 --- a/usr/src/lib/libc/gen/getpwent.3 +++ b/usr/src/lib/libc/gen/getpwent.3 @@ -29,9 +29,9 @@ .\" 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 @@ -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 -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 @@ -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 -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