From bba691f8a8d029a9d52eee6d196355a402cfbd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 1 May 2006 09:26:31 +0000 Subject: [PATCH] =?UTF-8?q?Spelling/mdoc=20changes,=20from=20Bj=C3=B6rn=20?= =?UTF-8?q?Sandell.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17387 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_verify_init_creds.3 | 12 ++++++------ lib/krb5/krb5_verify_user.3 | 6 +++--- lib/krb5/krb5_warn.3 | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/krb5/krb5_verify_init_creds.3 b/lib/krb5/krb5_verify_init_creds.3 index 9c37790d2..2bb4ae349 100644 --- a/lib/krb5/krb5_verify_init_creds.3 +++ b/lib/krb5/krb5_verify_init_creds.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2003 - 2004 Kungliga Tekniska Högskolan +.\" Copyright (c) 2003 - 2006 Kungliga Tekniska Högskolan .\" (Royal Institute of Technology, Stockholm, Sweden). .\" All rights reserved. .\" @@ -31,14 +31,14 @@ .\" .\" $Id$ .\" -.Dd July 18, 2004 +.Dd May 1, 2006 .Dt KRB5_VERIFY_INIT_CREDS 3 .Os HEIMDAL .Sh NAME .Nm krb5_verify_init_creds_opt_init , .Nm krb5_verify_init_creds_opt_set_ap_req_nofail , .Nm krb5_verify_init_creds -.Nd verifies a credential cache is correct by using a local keytab. +.Nd "verifies a credential cache is correct by using a local keytab" .Sh LIBRARY Kerberos 5 Library (libkrb5, -lkrb5) .Sh SYNOPSIS @@ -75,7 +75,7 @@ from the local keytab, if .Dv NULL is passed in, the code will guess the local hostname and use that to form host/hostname/GUESSED-REALM-FOR-HOSTNAME. -.Fa creds +.Fa creds is the credential that .Nm krb5_verify_init_creds should verify. @@ -97,7 +97,7 @@ doesn't exists in the local keytab or in the KDC's database, if its true, the error will be ignored. Note that this use is possible insecure. .Sh SEE ALSO -.Xr krb5 3, -.Xr krb5_init_creds 3 , +.Xr krb5 3 , +.Xr krb5_get_init_creds 3 , .Xr krb5_verify_user 3 , .Xr krb5.conf 5 diff --git a/lib/krb5/krb5_verify_user.3 b/lib/krb5/krb5_verify_user.3 index c70643a0d..7bde935b8 100644 --- a/lib/krb5/krb5_verify_user.3 +++ b/lib/krb5/krb5_verify_user.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2001 - 2003 Kungliga Tekniska Högskolan +.\" Copyright (c) 2001 - 2006 Kungliga Tekniska Högskolan .\" (Royal Institute of Technology, Stockholm, Sweden). .\" All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd March 25, 2003 +.Dd May 1, 2006 .Dt KRB5_VERIFY_USER 3 .Os HEIMDAL .Sh NAME @@ -232,8 +232,8 @@ main(int argc, char **argv) .Ed .Sh SEE ALSO .Xr krb5_cc_gen_new 3 , -.Xr krb5_cc_resolve 3 , .Xr krb5_cc_initialize 3 , +.Xr krb5_cc_resolve 3 , .Xr krb5_err 3 , .Xr krb5_free_principal 3 , .Xr krb5_init_context 3 , diff --git a/lib/krb5/krb5_warn.3 b/lib/krb5/krb5_warn.3 index 188160df0..7f61911d8 100644 --- a/lib/krb5/krb5_warn.3 +++ b/lib/krb5/krb5_warn.3 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd February 18, 2006 +.Dd May 1, 2006 .Dt KRB5_WARN 3 .Os HEIMDAL .Sh NAME @@ -40,7 +40,7 @@ .Nm krb5_clear_error_string , .Nm krb5_err , .Nm krb5_errx , -.Nm krb5_free_error_string +.Nm krb5_free_error_string , .Nm krb5_get_err_text , .Nm krb5_get_error_message , .Nm krb5_get_error_string ,