https://bugzilla.kernel.org/show_bug.cgi?id=69771 Bug ID: 69771 Summary: crypt may return EPERM and/or EINVAL Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P1 Component: man-pages Assignee: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx Reporter: kosaki.motohiro@xxxxxxxxxxxxxx Regression: No http://man7.org/linux/man-pages/man3/crypt.3.html crypt(3) man page only has a description about ENOSYS. However current glibc may return EPERM and EINVAL too. I'd suggest to add following description EPERM: If /proc/sys/crypto/fips_enabled is turned on and try to use weak crypt type, such as DES. EINVAL: salt argument has wrong format. Thanks. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html