mdoc fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23115 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Sandell
2008-04-27 19:32:33 +00:00
parent a3309cd5ca
commit 860a96e752

View File

@@ -121,7 +121,7 @@ Valid flags to pass into
.Fa options
argument are:
.Pp
.Bl -tag -width "KRB5_GC_USER_USER" -compact
.Bl -tag -width "KRB5_GC_EXPIRED_OK" -compact
.It KRB5_GC_CACHED
Only check the
.Fa ccache ,
@@ -151,7 +151,8 @@ field is missing.
and
.Fn krb5_get_cred_from_kdc_opt
fetches the credential from the KDC very much like
.Fn krb5_get_credentials, but doesn't look in the
.Fn krb5_get_credentials ,
but doesn't look in the
.Fa ccache
if the credential exists there first.
.Pp
@@ -185,7 +186,7 @@ getcred(krb5_context context, krb5_ccache id, krb5_creds **creds)
krb5_error_code ret;
krb5_creds in;
ret = krb5_parse_name(context, "client@EXAMPLE.COM",
ret = krb5_parse_name(context, "client@EXAMPLE.COM",
&in.client);
if (ret)
krb5_err(context, 1, ret, "krb5_parse_name");