diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-13 17:15:32 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-13 17:15:32 +0000 |
| commit | fe2b920a8137817aca1527da4b160592699c6b73 (patch) | |
| tree | 5de711dfc7ccf140818b895e5ba07918150f042b /doc/api | |
| parent | e182d14bd792cb1fe7c80c8ebc14f06ea043e182 (diff) | |
| download | krb5-fe2b920a8137817aca1527da4b160592699c6b73.tar.gz krb5-fe2b920a8137817aca1527da4b160592699c6b73.tar.xz krb5-fe2b920a8137817aca1527da4b160592699c6b73.zip | |
Fixed typo; extra space in \funcname{ krb5_recvauth}
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4497 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/api/krb5.tex | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index 2a9ba7f49..4548ba0c0 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 13 13:14:48 1994 Theodore Y. Ts'o (tytso@dcl) + + * krb5.tex: Fixed typo; extra space in \funcname{ krb5_recvauth}. + Wed Oct 12 02:03:37 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile: Added better dependencies to do two-pass latex runs diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 64760a131..23a4593fa 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -791,7 +791,7 @@ from the server will be placed in it. This error should be freed with \funcname{krb5_recvauth} provides a convenient means for client and server programs to send authenticated messages to one another through network connections. \funcname{krb5_sendauth} is the matching routine -to \funcname{ krb5_recvauth} for the server. \funcname{krb5_recvauth} +to \funcname{krb5_recvauth} for the server. \funcname{krb5_recvauth} will engage in an authentication dialogue with the client program running \funcname{krb5_sendauth} to authenticate the client to the server. In addition, if requested by the client, |
