summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-27 20:29:57 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-27 20:29:57 +0000
commit5dcfcf3e3b3dae47e3de7a090792419ea2b5f9e5 (patch)
treec459d05b032f1a5dcee912c1dfeb601796d5e415 /manual
parent4bb51523b514bf73ce1ca9eaefe5aa597f5eb7a1 (diff)
(Writing a User Entry): Document behavior of putpwent if user name starts with + or -.
Diffstat (limited to 'manual')
-rw-r--r--manual/users.texi3
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