diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-09-26 16:29:11 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-09-26 16:29:11 +0200 |
commit | 235369330e1c1366e5c7cb31561cdb673703ad58 (patch) | |
tree | 0b2094ed5abf2dfd8bf1ae640953d822d4754d1f /README | |
parent | 090a8585370c7857a193467fc057828b82ec358f (diff) | |
download | libpam-pwdfile-235369330e1c1366e5c7cb31561cdb673703ad58.tar.gz |
fix typo in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +33,6 @@ PASSWORD FILE The password file basically looks like passwd(5): one line for each user with two or more colon-separated fields. First field contains the username, the second the crypt()ed password. -Other field are optional. +Other fields are optional. crypt()ed passwords in various formats can be generated with mkpasswd from the whois package. |