]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport the non-spwd part of the change on head.
authorSkip Montanaro <skip@pobox.com>
Wed, 2 Mar 2005 04:31:38 +0000 (04:31 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 2 Mar 2005 04:31:38 +0000 (04:31 +0000)
Doc/lib/libpwd.tex

index 1e7a1c8a60adec6bd5f35018bd0eaa7bccceb6e1..ab0608dbded91c8ce0491b91cd514d645ed761a0 100644 (file)
@@ -29,9 +29,10 @@ The uid and gid items are integers, all others are strings.
 contains a password encrypted with a DES derived algorithm (see module
 \refmodule{crypt}\refbimodindex{crypt}).  However most modern unices 
 use a so-called \emph{shadow password} system.  On those unices the
-field \code{pw_passwd} only contains a asterisk (\code{'*'}) or the 
+\var{pw_passwd} field only contains an asterisk (\code{'*'}) or the 
 letter \character{x} where the encrypted password is stored in a file
-\file{/etc/shadow} which is not world readable.}
+\file{/etc/shadow} which is not world readable.  Whether the \var{pw_passwd}
+field contains anything useful is system-dependent.}
 
 It defines the following items: