Module Name: src
Committed By: sborrill
Date: Wed Oct 14 18:30:32 UTC 2009
Modified Files:
src/crypto/dist/heimdal/lib/krb5 [netbsd-5]: krb5_get_creds.3
krb5_keytab.3
Log Message:
Pull up the following revisions(s) (requested by joerg in ticket #1090):
crypto/dist/heimdal/lib/krb5/krb5_keytab.3: revision 1.10
crypto/dist/heimdal/lib/krb5/krb5_get_creds.3: revision 1.2
Fix markup (remainder of pullup request).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.8.1 \
src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3
cvs rdiff -u -r1.9 -r1.9.8.1 src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3
diff -u src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3:1.1 src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3:1.1.8.1
--- src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3:1.1 Sat Mar 22 08:37:14 2008
+++ src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3 Wed Oct 14 18:30:32 2009
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" $Heimdal: krb5_get_creds.3 22071 2007-11-14 20:04:50Z lha $
-.\" $NetBSD: krb5_get_creds.3,v 1.1 2008/03/22 08:37:14 mlelstv Exp $
+.\" $NetBSD: krb5_get_creds.3,v 1.1.8.1 2009/10/14 18:30:32 sborrill Exp $
.\"
.Dd June 15, 2006
.Dt KRB5_GET_CREDS 3
@@ -134,7 +134,7 @@
and
.Fn krb5_get_creds_opt_set_options
adds and sets options to the
-.Fi krb5_get_creds_opt
+.Vt krb5_get_creds_opt
structure .
The possible options to set are
.Bl -tag -width "KRB5_GC_USER_USER" -compact
Index: src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3
diff -u src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3:1.9 src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3:1.9.8.1
--- src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3:1.9 Sat Mar 22 08:37:14 2008
+++ src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3 Wed Oct 14 18:30:32 2009
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" $Heimdal: krb5_keytab.3 22071 2007-11-14 20:04:50Z lha $
-.\" $NetBSD: krb5_keytab.3,v 1.9 2008/03/22 08:37:14 mlelstv Exp $
+.\" $NetBSD: krb5_keytab.3,v 1.9.8.1 2009/10/14 18:30:32 sborrill Exp $
.\"
.Dd August 12, 2005
.Dt KRB5_KEYTAB 3
@@ -204,7 +204,7 @@
For compatibility with other Kerberos implemtation
.Li WRFILE
and
-.LI JAVA14
+.Li JAVA14
is also accepted.
.Li WRFILE
has the same format as
@@ -380,7 +380,7 @@
function
.Fn krb5_kt_compare
is used, so the wildcard rules applies to the argument of
-.F krb5_kt_get_entry
+.Fn krb5_kt_get_entry
too.
On success the returne entry must be freed with
.Fn krb5_kt_free_entry .