From: Lennart Poettering Date: Tue, 16 Jun 2020 14:10:37 +0000 (+0200) Subject: USER_RECORD: fix typo X-Git-Tag: v246-rc1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc8eeae621433a4d719bd80adf85bd849003751;p=thirdparty%2Fsystemd.git USER_RECORD: fix typo Fixes: #16172 --- diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 6269b1e6ca5..7b6fe47665a 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -582,7 +582,7 @@ restrictive access semantics. The following fields are currently defined: be a string like "What's the name of your first pet?", but is entirely for the user to choose. -`hashPassword` → An array of strings, each containing a hashed UNIX password +`hashedPassword` → An array of strings, each containing a hashed UNIX password string, in the format [`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd`