diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-09-20 19:58:41 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-09-20 19:58:41 +0000 |
commit | 214ec6cab89807cda224af4b53d6972c96fb0dff (patch) | |
tree | 24b02c79dfb46616e50326f08c23cb4f2a9a5b42 /kerberosV | |
parent | 369af24764550521399bb27ee39abea39e43b664 (diff) |
spelling & grammar
help & ok jmc@
Diffstat (limited to 'kerberosV')
-rw-r--r-- | kerberosV/src/lib/krb5/krb5_get_init_creds.3 | 11 | ||||
-rw-r--r-- | kerberosV/src/lib/krb5/krb5_timeofday.3 | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/kerberosV/src/lib/krb5/krb5_get_init_creds.3 b/kerberosV/src/lib/krb5/krb5_get_init_creds.3 index 572fd71a41f..44f1ed3addc 100644 --- a/kerberosV/src/lib/krb5/krb5_get_init_creds.3 +++ b/kerberosV/src/lib/krb5/krb5_get_init_creds.3 @@ -50,7 +50,7 @@ .Nm krb5_get_init_creds_opt_set_paq_request , .Nm krb5_get_init_creds_opt_set_preauth_list , .Nm krb5_get_init_creds_opt_set_proxiable , -.Nm krb5_get_init_creds_opt_set_rewew_life , +.Nm krb5_get_init_creds_opt_set_renew_life , .Nm krb5_get_init_creds_opt_set_salt , .Nm krb5_get_init_creds_opt_set_tkt_life , .Nm krb5_get_init_creds_password , @@ -140,7 +140,7 @@ Kerberos 5 Library (libkrb5, -lkrb5) .Fa "int proxiable" .Fc .Ft void -.Fo krb5_get_init_creds_opt_set_rewew_life +.Fo krb5_get_init_creds_opt_set_renew_life .Fa "krb5_get_init_creds_opt *opt" .Fa "krb5_deltat renew_life" .Fc @@ -220,7 +220,7 @@ or .Fn krb5_get_init_creds_opt_alloc allocates a extendible structures that needs to be freed with .Fn krb5_get_init_creds_opt_free . -The structure modified by the any of the +The structure may be modified by any of the .Fn krb5_get_init_creds_opt_set functions to change request parameters and authentication information. .Pp @@ -263,6 +263,7 @@ function. Possible values for the .Fa type element are: +.Pp .Bl -tag -width Ds -compact -offset indent .It KRB5_PROMPT_TYPE_PASSWORD .It KRB5_PROMPT_TYPE_NEW_PASSWORD @@ -271,7 +272,7 @@ element are: .El .Pp .Fn krb5_prompter_posix -is a the default prompter function in a POSIX environment. +is the default prompter function in a POSIX environment. It matches the .Fa krb5_prompter_fct and can be used in the @@ -348,7 +349,7 @@ sets the list of client-supported preauth types. .Fn krb5_get_init_creds_opt_set_proxiable makes the request proxiable. .Pp -.Fn krb5_get_init_creds_opt_set_rewew_life +.Fn krb5_get_init_creds_opt_set_renew_life sets the requested renewable lifetime. .Pp .Fn krb5_get_init_creds_opt_set_salt diff --git a/kerberosV/src/lib/krb5/krb5_timeofday.3 b/kerberosV/src/lib/krb5/krb5_timeofday.3 index cabaee33827..f566cd6434f 100644 --- a/kerberosV/src/lib/krb5/krb5_timeofday.3 +++ b/kerberosV/src/lib/krb5/krb5_timeofday.3 @@ -84,12 +84,12 @@ Kerberos 5 Library (libkrb5, -lkrb5) .Sh DESCRIPTION .Nm krb5_set_real_time sets the absolute time that the caller knows the KDC has. -With this the to the Kerberos library can calculate the relative -diffrence beteen the KDC time and the local system time and store it +With this the Kerberos library can calculate the relative +difference between the KDC time and the local system time and store it in the -.Fa content . +.Fa context . With this information the Kerberos library can adjust all time stamps -Kerberos packages. +in Kerberos packages. .Pp .Fn krb5_timeofday returns the current time, but adjusted with the time difference @@ -109,7 +109,7 @@ If is set, the time is set include_time. .Pp .Nm krb5_string_to_deltat -Parses delta time +parses delta time .Fa string into .Fa deltat . |