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:
Love Hörnquist Åstrand
2006-05-05 13:18:39 +00:00
parent 94c88846ef
commit 2fd4a77e66
6 changed files with 12 additions and 12 deletions

View File

@@ -120,7 +120,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_kdc_rep *rep" .Fa "krb5_kdc_rep *rep"
.Fc .Fc
.Ft krb5_error_code .Ft krb5_error_code
.Fo krb5_password_key_proc .Fo krb5_password_key_proc
.Fa "krb5_context context" .Fa "krb5_context context"
.Fa "krb5_enctype type" .Fa "krb5_enctype type"
.Fa "krb5_salt salt" .Fa "krb5_salt salt"
@@ -130,10 +130,10 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION .Sh DESCRIPTION
.Bf Em .Bf Em
All the functions in this manual page are deprecated in the MIT 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 .Ef
.Pp .Pp
Getting initial credential ticket for a principal. Getting initial credential ticket for a principal.
.Nm krb5_get_in_cred .Nm krb5_get_in_cred
is the function all other krb5_get_in function uses to fetch tickets. is the function all other krb5_get_in function uses to fetch tickets.
The other krb5_get_in function are more specialized and therefor The other krb5_get_in function are more specialized and therefor
@@ -239,12 +239,12 @@ Upon return of the function it will be contain the content of the
requested credential requested credential
.Fa ( krb5_get_in_cred ) , .Fa ( krb5_get_in_cred ) ,
or it will be freed with or it will be freed with
.Xr krb5_free_creds 3 .Xr krb5_free_creds 3
(all the other krb5_get_in functions). (all the other krb5_get_in functions).
.Pp .Pp
.Fa ccache .Fa ccache
will store the credential in the credential cache will store the credential in the credential cache
.Fa ccache. .Fa ccache .
The credential cache will not be initialized, thats up the the caller. The credential cache will not be initialized, thats up the the caller.
.Pp .Pp
.Nm krb5_password_key_proc .Nm krb5_password_key_proc
@@ -261,7 +261,7 @@ terminated string or
.Dv NULL . .Dv NULL .
.Nm krb5_password_key_proc .Nm krb5_password_key_proc
will query the user for the pass on the console if the password isn't will query the user for the pass on the console if the password isn't
given as the argument given as the argument
.Fa keyseed . .Fa keyseed .
.Pp .Pp
.Fn krb5_free_kdc_rep .Fn krb5_free_kdc_rep

View File

@@ -31,12 +31,12 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd May 1, 2006 .Dd May 5, 2006
.Dt KRB5_IS_THREAD_SAFE 3 .Dt KRB5_IS_THREAD_SAFE 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_is_thread_safe .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 .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -232,7 +232,7 @@ temporary data not to be stored on disk. The type's name is
.Li MEMORY . .Li MEMORY .
Each Each
.Li MEMORY .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. handles can point to the same memory area.
When the last user closes the entry, it disappears. When the last user closes the entry, it disappears.
.El .El

View File

@@ -52,7 +52,7 @@
.Nm krb5_rc_resolve_type , .Nm krb5_rc_resolve_type ,
.Nm krb5_rc_store , .Nm krb5_rc_store ,
.Nm krb5_get_server_rcache .Nm krb5_get_server_rcache
.Nd Kerberos replay cache .Nd Kerberos 5 replay cache
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -103,7 +103,7 @@ returns a
terminated list of default realms for this context. terminated list of default realms for this context.
Realms returned by Realms returned by
.Fn krb5_get_default_realms .Fn krb5_get_default_realms
should be free with should be freed with
.Fn krb5_free_host_realm . .Fn krb5_free_host_realm .
.Pp .Pp
.Fn krb5_get_host_realm .Fn krb5_get_host_realm

View File

@@ -88,7 +88,7 @@ functions exist for extracting information.
.Fn krb5_free_ticket .Fn krb5_free_ticket
frees the frees the
.Fa ticket .Fa ticket
and its content . and its content.
Used to free the result of Used to free the result of
.Fn krb5_copy_ticket .Fn krb5_copy_ticket
and and