diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-27 20:29:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-27 20:29:57 +0000 |
commit | 5dcfcf3e3b3dae47e3de7a090792419ea2b5f9e5 (patch) | |
tree | c459d05b032f1a5dcee912c1dfeb601796d5e415 /manual | |
parent | 4bb51523b514bf73ce1ca9eaefe5aa597f5eb7a1 (diff) | |
download | glibc-5dcfcf3e3b3dae47e3de7a090792419ea2b5f9e5.tar.gz glibc-5dcfcf3e3b3dae47e3de7a090792419ea2b5f9e5.tar.xz glibc-5dcfcf3e3b3dae47e3de7a090792419ea2b5f9e5.zip |
(Writing a User Entry): Document behavior of putpwent if user name starts with + or -.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/users.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/users.texi b/manual/users.texi index 20deeabdd2..b52ee44439 100644 --- a/manual/users.texi +++ b/manual/users.texi @@ -1690,6 +1690,9 @@ extended information about users, adding an entry using this function would inevitably leave out much of the important information. @c Then how are programmers to modify the password file? -zw +The group and user ID fields are left empty if the group or user name +starts with a - or +. + The function @code{putpwent} is declared in @file{pwd.h}. @end deftypefun |