PR 3279, from <david@mono.org>.

Bugs section changed to clarify that static passwd structure
used for return value is shared among all functions.
This commit is contained in:
cjs 1997-03-03 19:43:45 +00:00
parent 4a521d359f
commit 93eb52853b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getpwent.3,v 1.7 1995/02/27 04:13:01 cgd Exp $
.\" $NetBSD: getpwent.3,v 1.8 1997/03/03 19:43:45 cjs Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -191,7 +191,7 @@ and
.Fn getpwuid ,
leave their results in an internal static object and return
a pointer to that object. Subsequent calls to
the same function
any of these functions
will modify the same object.
.Pp
The routines