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.