Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/crypto/dist/heimdal/lib/krb5 Pull up revision 1.4 (requ...
details: https://anonhg.NetBSD.org/src/rev/f77f644c4555
branches: netbsd-2-0
changeset: 561971:f77f644c4555
user: tron <tron%NetBSD.org@localhost>
date: Wed Jul 14 12:44:53 2004 +0000
description:
Pull up revision 1.4 (requested by wiz in ticket #653):
Remove superfluous comma; grammar fixes; split sentence
in two for better understanding.
XXX: krb5_set_password_using_ccache not described.
diffstat:
crypto/dist/heimdal/lib/krb5/krb5_set_password.3 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r 6c3e6e7863b5 -r f77f644c4555 crypto/dist/heimdal/lib/krb5/krb5_set_password.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_set_password.3 Wed Jul 14 12:41:55 2004 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_set_password.3 Wed Jul 14 12:44:53 2004 +0000
@@ -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.4.2.3 2004/07/14 11:30:02 tron Exp $
+.\" $NetBSD: krb5_set_password.3,v 1.4.2.4 2004/07/14 12:44:53 tron Exp $
.\"
.Dd June 2, 2004
.Dt KRB5_SET_PASSWORD 3
@@ -58,7 +58,7 @@
.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 @@
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 @@
.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 @@
.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 ,
Home |
Main Index |
Thread Index |
Old Index