From 22ec4ec0f46bfead81c4e6d6320e23782571163a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 9 Nov 2001 09:34:46 +0000 Subject: [PATCH] remove extra white space (from Thomas Klausner) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10785 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_get_krbhst.3 | 4 ---- 1 file changed, 4 deletions(-) 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 .