From a5206ed43bff4b6043be8559fd91018decce36b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Apr 2005 22:23:41 +0000 Subject: [PATCH] remove manpage macro, add some more references to manpages git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14813 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/programming.texi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/programming.texi b/doc/programming.texi index a27005063..9572f00e4 100644 --- a/doc/programming.texi +++ b/doc/programming.texi @@ -6,10 +6,6 @@ First you need to know how the Kerberos model works, go read the introduction text (@pxref{What is Kerberos?}). -@macro manpage{man, section} -@cite{\man\(\section\)} -@end macro - @menu * Kerberos 5 API Overview:: * Walkthru a sample Kerberos 5 client:: @@ -54,6 +50,16 @@ and for storing keys in memory. See also manual page for @manpage{krb5_keytab,3} +@subsection Kerberos principal + +See also manual page for @manpage{krb5_principal,3} + +@subsection Kerberos crypto + +See also manual page for @manpage{krb5_crypto_init,3}, +@manpage{krb5_keyblock,3}, @manpage{krb5_create_checksum,3}, +and @manpage{krb5_encrypt,3}. + @node Walkthru a sample Kerberos 5 client, Validating a password in a server application, Kerberos 5 API Overview, Programming with Kerberos @section Walkthru a sample Kerberos 5 client