besser82 / libxcrypt

Extended crypt library for descrypt, md5crypt, bcrypt, and others
GNU Lesser General Public License v2.1
178 stars 49 forks source link

wrong man documentation #153

Closed der-b closed 1 year ago

der-b commented 2 years ago

In the man page of crypt(3) the struct crypt_data has an field "phrase": https://github.com/besser82/libxcrypt/blob/develop/doc/crypt.3#L93 This field doesn't exist. I guess you use "input" instead: https://github.com/besser82/libxcrypt/blob/develop/lib/crypt.h.in#L89