summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/crypt.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/crypt.3c')
-rw-r--r--usr/src/man/man3c/crypt.3c23
1 files changed, 15 insertions, 8 deletions
diff --git a/usr/src/man/man3c/crypt.3c b/usr/src/man/man3c/crypt.3c
index 6430f1b550..55b2db658d 100644
--- a/usr/src/man/man3c/crypt.3c
+++ b/usr/src/man/man3c/crypt.3c
@@ -74,14 +74,14 @@ The \fIkey\fR argument is the plain text password to be encrypted.
.sp
.LP
If the first character of \fIsalt\fR is "$", \fBcrypt()\fR uses
-\fBcrypt.conf\fR(4) to determine which shared module to load for the encryption
+\fBcrypt.conf\fR(5) to determine which shared module to load for the encryption
algorithm. The algorithm name \fBcrypt()\fR uses to search in \fBcrypt.conf\fR
is the string between the first and second "$", or between the first "$" and
first "," if a "," comes before the second "$".
.sp
.LP
If the first character of \fIsalt\fR is not "$", the algorithm described on
-\fBcrypt_unix\fR(5) is used.
+\fBcrypt_unix\fR(7) is used.
.SH RETURN VALUES
.sp
.LP
@@ -135,7 +135,7 @@ The functionality is not supported on this system.
.sp
.LP
The values returned by this function might not be portable among
-standard-conforming systems. See \fBstandards\fR(5).
+standard-conforming systems. See \fBstandards\fR(7).
.sp
.LP
Applications should not use \fBcrypt()\fR to store or verify user passwords but
@@ -143,7 +143,7 @@ should use the functions described on \fBpam\fR(3PAM) instead.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -161,7 +161,14 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBpasswd\fR(1), \fBcrypt_genhash_impl\fR(3C), \fBcrypt_gensalt\fR(3C),
-\fBcrypt_gensalt_impl\fR(3C), \fBgetpassphrase\fR(3C), \fBpam\fR(3PAM),
-\fBpasswd\fR(4), \fBpolicy.conf\fR(4), \fBattributes\fR(5),
-\fBcrypt_unix\fR(5), \fBstandards\fR(5)
+.BR passwd (1),
+.BR crypt_genhash_impl (3C),
+.BR crypt_gensalt (3C),
+.BR crypt_gensalt_impl (3C),
+.BR getpassphrase (3C),
+.BR pam (3PAM),
+.BR passwd (5),
+.BR policy.conf (5),
+.BR attributes (7),
+.BR crypt_unix (7),
+.BR standards (7)