Mandoc and spelling fixes from Thomas Klausner
This commit is contained in:
@@ -363,7 +363,7 @@ manual page for a list of defined destinations.
|
||||
.Bl -tag -width "xxx" -offset indent
|
||||
.It Li dbname Li = Va DATABASENAME
|
||||
Use this database for this realm.
|
||||
See the info documetation how to configure diffrent database backends.
|
||||
See the info documetation how to configure different database backends.
|
||||
.It Li realm Li = Va REALM
|
||||
Specifies the realm that will be stored in this database.
|
||||
It realm isn't set, it will used as the default database, there can
|
||||
|
@@ -66,7 +66,7 @@ to Kerberos 4 credential that is stored in
|
||||
.Fa credentials .
|
||||
.Pp
|
||||
.Fn krb524_convert_creds_kdc_ccache
|
||||
is diffrent from
|
||||
is different from
|
||||
.Fn krb524_convert_creds_kdc
|
||||
in that way that if
|
||||
.Fa in_cred
|
||||
|
@@ -279,14 +279,14 @@ is a keyed checksum type.
|
||||
.Fn krb5_c_is_coll_proof_cksum
|
||||
returns true if
|
||||
.Fa ctype
|
||||
is a collition proof checksum type.
|
||||
is a collision proof checksum type.
|
||||
.Pp
|
||||
.Fn krb5_c_keylengths
|
||||
return the minimum length (
|
||||
.Fa inlength )
|
||||
return the minimum length
|
||||
.Fa ( inlength )
|
||||
bytes needed to create a key and the
|
||||
length (
|
||||
.Fa keylength )
|
||||
length
|
||||
.Fa ( keylength )
|
||||
of the resulting key
|
||||
for the
|
||||
.Fa enctype .
|
||||
|
@@ -50,7 +50,7 @@ returns
|
||||
if the library was compiled with with multithread support.
|
||||
If the library isn't compiled, the consumer have to use a global lock
|
||||
to make sure Kerboros functions are not called at the same time by
|
||||
diffrent threads.
|
||||
different threads.
|
||||
.\" .Sh EXAMPLE
|
||||
.\" .Sh BUGS
|
||||
.Sh SEE ALSO
|
||||
|
@@ -155,12 +155,12 @@ takes an extra
|
||||
argument the following flags can be passed in
|
||||
.Bl -tag -width Ds
|
||||
.It Dv KRB5_PRINCIPAL_PARSE_NO_REALM
|
||||
requries the input string to be without a realm, and no realm is
|
||||
requires the input string to be without a realm, and no realm is
|
||||
stored in the
|
||||
.Fa principal
|
||||
return argument.
|
||||
.It Dv KRB5_PRINCIPAL_PARSE_REQUIRE_REALM
|
||||
requries the input string to with a realm.
|
||||
requires the input string to with a realm.
|
||||
.El
|
||||
.Pp
|
||||
.Fn krb5_unparse_name
|
||||
|
@@ -114,7 +114,7 @@ The string to key functions convert a string to a kerberos key.
|
||||
.Pp
|
||||
.Fn krb5_string_to_key_data_salt_opaque
|
||||
is the function that does all the work, the rest of the functions are
|
||||
just wrapers around
|
||||
just wrappers around
|
||||
.Fn krb5_string_to_key_data_salt_opaque
|
||||
that calls it with default values.
|
||||
.Pp
|
||||
|
Reference in New Issue
Block a user