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
This commit is contained in:
Love Hörnquist Åstrand
2005-04-15 22:23:41 +00:00
parent ac3b52f7da
commit a5206ed43b

View File

@@ -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