diff options
author | 1997-06-13 13:06:37 +0000 | |
---|---|---|
committer | 1997-06-13 13:06:37 +0000 | |
commit | 8e9071ccef0867e21b660f02f523207cd070eea3 (patch) | |
tree | 76dcd908198b65ff7fc8b4454b1492992a4a7d67 /lib/libc | |
parent | netbsd repairs (diff) | |
download | wireguard-openbsd-8e9071ccef0867e21b660f02f523207cd070eea3.tar.xz wireguard-openbsd-8e9071ccef0867e21b660f02f523207cd070eea3.zip |
the any typo; netbsd
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 abe7268b303..44794d29d4c 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.3 1997/04/04 22:20:00 deraadt Exp $ +.\" $OpenBSD: getpwent.3,v 1.4 1997/06/13 13:06:37 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 any of these functions +any of these functions will modify the same object. .Pp The routines |