uppercase url, from Thomas Klausner <wiz@netbsd.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12276 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-05-14 16:44:47 +00:00
parent 62cc4cde71
commit 71569c71b7
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ typedef struct krb5_krbhst_info {
.Pp .Pp
The related function, The related function,
.Fn krb5_krbhst_next_as_string , .Fn krb5_krbhst_next_as_string ,
return the same information as a url-like string. return the same information as a URL-like string.
.Pp .Pp
When there are no more hosts, these functions return When there are no more hosts, these functions return
.Dv KRB5_KDC_UNREACH . .Dv KRB5_KDC_UNREACH .

View File

@@ -1374,7 +1374,7 @@ Thu Mar 19 20:41:25 1998 Johan Danielsson <joda@emma.pdc.kth.se>
Fri Mar 6 00:21:53 1998 Johan Danielsson <joda@emma.pdc.kth.se> Fri Mar 6 00:21:53 1998 Johan Danielsson <joda@emma.pdc.kth.se>
* roken_gethostby.c: Make `roken_gethostby_setup' take url-like * roken_gethostby.c: Make `roken_gethostby_setup' take URL-like
specification instead of split up versions. Makes it easier for specification instead of split up versions. Makes it easier for
calling applications. calling applications.