diff options
author | 1997-04-04 22:20:00 +0000 | |
---|---|---|
committer | 1997-04-04 22:20:00 +0000 | |
commit | 5b2f5e6d17bd58e88ffa2db768bc91c7e3b9f859 (patch) | |
tree | d25eb7b65c8edf3e7a4d83e7d1f1500c049144e8 /lib/libc | |
parent | init allocated memory. (diff) | |
download | wireguard-openbsd-5b2f5e6d17bd58e88ffa2db768bc91c7e3b9f859.tar.xz wireguard-openbsd-5b2f5e6d17bd58e88ffa2db768bc91c7e3b9f859.zip |
clarify
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index a19dd3bff8f..abe7268b303 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.2 1996/08/19 08:23:59 tholo Exp $ +.\" $OpenBSD: getpwent.3,v 1.3 1997/04/04 22:20:00 deraadt Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -189,7 +189,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 +the any of these functions will modify the same object. .Pp The routines |