From: Theodore Tso Date: Thu, 13 Oct 1994 17:15:32 +0000 (+0000) Subject: Fixed typo; extra space in \funcname{ krb5_recvauth} X-Git-Tag: krb5-1.0-beta5~1130 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe2b920a8137817aca1527da4b160592699c6b73;p=krb5.git Fixed typo; extra space in \funcname{ krb5_recvauth} git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4497 dc483132-0cff-0310-8789-dd5450dbe970 --- 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,