From 93eb52853b998cb9ac3e7641c577f1a7486fbda1 Mon Sep 17 00:00:00 2001 From: cjs Date: Mon, 3 Mar 1997 19:43:45 +0000 Subject: [PATCH] PR 3279, from . Bugs section changed to clarify that static passwd structure used for return value is shared among all functions. --- lib/libc/gen/getpwent.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 2a74c989de29..ce699933ca24 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -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