summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/crypt_gensalt.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/crypt_gensalt.3c')
-rw-r--r--usr/src/man/man3c/crypt_gensalt.3c21
1 files changed, 7 insertions, 14 deletions
diff --git a/usr/src/man/man3c/crypt_gensalt.3c b/usr/src/man/man3c/crypt_gensalt.3c
index c6fa5eeeb9..e310aec43c 100644
--- a/usr/src/man/man3c/crypt_gensalt.3c
+++ b/usr/src/man/man3c/crypt_gensalt.3c
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH crypt_gensalt 3C "10 Jun 2002" "SunOS 5.11" "Standard C Library Functions"
+.TH CRYPT_GENSALT 3C "Jun 10, 2002"
.SH NAME
crypt_gensalt \- generate salt string for string encoding
.SH SYNOPSIS
@@ -50,34 +50,28 @@ the error.
The \fBcrypt_gensalt()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 11n
-.rt
The configuration file \fBcrypt.conf\fR contains an invalid entry.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBELIBACC\fR\fR
.ad
.RS 11n
-.rt
The required shared library was not found.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
.RS 11n
-.rt
There is insufficient memory to perform hashing.
.RE
@@ -99,15 +93,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO