diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
commit | 57e4378bf656a59240eb6ce73cf8bc67edcc92c8 (patch) | |
tree | c6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /lib/libc/gen/getpwent.3 | |
parent | 4446bcb7578679d557fdd7fed79095254f3a16d8 (diff) | |
download | src-57e4378bf656a59240eb6ce73cf8bc67edcc92c8.tar.gz src-57e4378bf656a59240eb6ce73cf8bc67edcc92c8.zip |
Notes
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index e41054c67780..1ad7a153db8c 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -131,7 +131,7 @@ The function closes any open files. .Pp -These routines have been written to ``shadow'' the password file, e.g. +These routines have been written to ``shadow'' the password file, e.g.\& allow only certain programs to have access to the encrypted password. If the process which calls them has an effective uid of 0, the encrypted password will be returned, otherwise, the password field of the returned |