Spelling/mdoc from Björn Sandell
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17462 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -130,7 +130,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Sh DESCRIPTION
|
||||
.Bf Em
|
||||
All the functions in this manual page are deprecated in the MIT
|
||||
implementation, and will soon deprecated in Heimdal too, do't use them.
|
||||
implementation, and will soon deprecated in Heimdal too, don't use them.
|
||||
.Ef
|
||||
.Pp
|
||||
Getting initial credential ticket for a principal.
|
||||
@@ -244,7 +244,7 @@ or it will be freed with
|
||||
.Pp
|
||||
.Fa ccache
|
||||
will store the credential in the credential cache
|
||||
.Fa ccache.
|
||||
.Fa ccache .
|
||||
The credential cache will not be initialized, thats up the the caller.
|
||||
.Pp
|
||||
.Nm krb5_password_key_proc
|
||||
|
@@ -31,12 +31,12 @@
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd May 1, 2006
|
||||
.Dd May 5, 2006
|
||||
.Dt KRB5_IS_THREAD_SAFE 3
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm krb5_is_thread_safe
|
||||
.Nd "returns if of the Kerberos library was compiled with multithread support"
|
||||
.Nd "is the Kerberos library compiled with multithread support"
|
||||
.Sh LIBRARY
|
||||
Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Sh SYNOPSIS
|
||||
|
@@ -232,7 +232,7 @@ temporary data not to be stored on disk. The type's name is
|
||||
.Li MEMORY .
|
||||
Each
|
||||
.Li MEMORY
|
||||
keytab is referenced counted by and open by the residual name, so two
|
||||
keytab is referenced counted by and opened by the residual name, so two
|
||||
handles can point to the same memory area.
|
||||
When the last user closes the entry, it disappears.
|
||||
.El
|
||||
|
@@ -52,7 +52,7 @@
|
||||
.Nm krb5_rc_resolve_type ,
|
||||
.Nm krb5_rc_store ,
|
||||
.Nm krb5_get_server_rcache
|
||||
.Nd Kerberos replay cache
|
||||
.Nd Kerberos 5 replay cache
|
||||
.Sh LIBRARY
|
||||
Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Sh SYNOPSIS
|
||||
|
@@ -103,7 +103,7 @@ returns a
|
||||
terminated list of default realms for this context.
|
||||
Realms returned by
|
||||
.Fn krb5_get_default_realms
|
||||
should be free with
|
||||
should be freed with
|
||||
.Fn krb5_free_host_realm .
|
||||
.Pp
|
||||
.Fn krb5_get_host_realm
|
||||
|
@@ -88,7 +88,7 @@ functions exist for extracting information.
|
||||
.Fn krb5_free_ticket
|
||||
frees the
|
||||
.Fa ticket
|
||||
and its content .
|
||||
and its content.
|
||||
Used to free the result of
|
||||
.Fn krb5_copy_ticket
|
||||
and
|
||||
|
Reference in New Issue
Block a user