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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user