From 71569c71b72274bc447eb4aa746f8f959646b1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 14 May 2003 16:44:47 +0000 Subject: [PATCH] uppercase url, from Thomas Klausner git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12276 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_krbhst_init.3 | 2 +- lib/roken/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/krb5_krbhst_init.3 b/lib/krb5/krb5_krbhst_init.3 index f0cb77a59..09e193275 100644 --- a/lib/krb5/krb5_krbhst_init.3 +++ b/lib/krb5/krb5_krbhst_init.3 @@ -107,7 +107,7 @@ typedef struct krb5_krbhst_info { .Pp The related function, .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 When there are no more hosts, these functions return .Dv KRB5_KDC_UNREACH . diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index d1457fad8..1384a019b 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1374,7 +1374,7 @@ Thu Mar 19 20:41:25 1998 Johan Danielsson Fri Mar 6 00:21:53 1998 Johan Danielsson - * 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 calling applications.