Remove superfluous comma; grammar fixes; split sentence
in two for better understanding. XXX: krb5_set_password_using_ccache not described.
This commit is contained in:
parent
e7f0a3ab30
commit
258b1bfb2e
14
crypto/dist/heimdal/lib/krb5/krb5_set_password.3
vendored
14
crypto/dist/heimdal/lib/krb5/krb5_set_password.3
vendored
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Heimdal: krb5_set_password.3,v 1.3 2004/06/02 19:24:58 lha Exp $
|
||||
.\" $NetBSD: krb5_set_password.3,v 1.3 2004/07/14 07:12:25 jonathan Exp $
|
||||
.\" $NetBSD: krb5_set_password.3,v 1.4 2004/07/14 09:21:59 wiz Exp $
|
||||
.\"
|
||||
.Dd June 2, 2004
|
||||
.Dt KRB5_SET_PASSWORD 3
|
||||
@ -58,7 +58,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Fa "krb5_context context"
|
||||
.Fa "krb5_creds *creds"
|
||||
.Fa "char *newpw"
|
||||
.Fa "krb5_principal targprinc",
|
||||
.Fa "krb5_principal targprinc"
|
||||
.Fa "int *result_code"
|
||||
.Fa "krb5_data *result_code_string"
|
||||
.Fa "krb5_data *result_string"
|
||||
@ -84,7 +84,7 @@ protocol (and also fall back to the older set-password protocol if
|
||||
the newer protocol doesn't work).
|
||||
.Pp
|
||||
.Fn krb5_change_password
|
||||
set the password
|
||||
sets the password
|
||||
.Fa newpasswd
|
||||
for the client principal in
|
||||
.Fa creds .
|
||||
@ -93,8 +93,8 @@ The server principal of creds must be
|
||||
.Pp
|
||||
.Fn krb5_set_password
|
||||
changes the password for the principal
|
||||
.Fa targprinc ,
|
||||
if
|
||||
.Fa targprinc .
|
||||
If
|
||||
.Fa targprinc
|
||||
is
|
||||
.Dv NULL
|
||||
@ -102,9 +102,9 @@ the default principal in
|
||||
.Fa ccache
|
||||
is used.
|
||||
.Pp
|
||||
Both functions returns and error in
|
||||
Both functions return an error in
|
||||
.Fa result_code
|
||||
and maybe an error strings to print in
|
||||
and maybe an error string to print in
|
||||
.Fa result_string .
|
||||
.Sh SEE ALSO
|
||||
.Xr krb5_ccache 3 ,
|
||||
|
Loading…
Reference in New Issue
Block a user