diff options
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 57803da..d925055 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -214,6 +214,7 @@ The functions and .Fn getpwuid , leave their results in an internal static object and return -a pointer to that object. Subsequent calls to +a pointer to that object. +Subsequent calls to the same function will modify the same object. |