diff --git a/lib/krb5/krb5_get_krbhst.3 b/lib/krb5/krb5_get_krbhst.3 index f7c2df3ee..d5c21736d 100644 --- a/lib/krb5/krb5_get_krbhst.3 +++ b/lib/krb5/krb5_get_krbhst.3 @@ -23,9 +23,7 @@ .Fn krb5_get_krb524hst "krb5_context context" "const krb5_realm *realm" "char ***hostlist" .Ft krb5_error_code .Fn krb5_free_krbhst "krb5_context context" "char **hostlist" - .Sh DESCRIPTION - These functions implement the old API to get a list of Kerberos hosts, and are thus similar to the .Fn krb5_krbhst_init @@ -41,8 +39,6 @@ is a terminated list of strings, pointing to the requested Kerberos hosts. These should be freed with .Fn krb5_free_krbhst when done with. - - .Sh EXAMPLE The following code will print the KDCs of the realm .Dq MY.REALM .