From: John Kohl Date: Tue, 5 Jun 1990 10:02:29 +0000 (+0000) Subject: fix funcparam vs funcarg confusion X-Git-Tag: krb5-1.0-alpha2~409 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6a774210108220be2d5d9afa9b579fe6ec83907;p=krb5.git fix funcparam vs funcarg confusion git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1002 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/keytab.tex b/doc/api/keytab.tex index 1a32ccabe..19790034f 100644 --- a/doc/api/keytab.tex +++ b/doc/api/keytab.tex @@ -196,10 +196,10 @@ Errors: badly formatted name. \funcarg{int}{namesize} \end{funcdecl} -\funcarg{name} is filled in with the first \funcparam{namesize} bytes of +\funcparam{name} is filled in with the first \funcparam{namesize} bytes of the name of the default keytab. If the name is shorter than \funcparam{namesize}, then the remainder of -\funcarg{name} will be zeroed. +\funcparam{name} will be zeroed. \begin{funcdecl}{krb5_kt_default}{krb5_error_code}{\funcin} diff --git a/doc/implement/keytab-i.tex b/doc/implement/keytab-i.tex index 1a32ccabe..19790034f 100644 --- a/doc/implement/keytab-i.tex +++ b/doc/implement/keytab-i.tex @@ -196,10 +196,10 @@ Errors: badly formatted name. \funcarg{int}{namesize} \end{funcdecl} -\funcarg{name} is filled in with the first \funcparam{namesize} bytes of +\funcparam{name} is filled in with the first \funcparam{namesize} bytes of the name of the default keytab. If the name is shorter than \funcparam{namesize}, then the remainder of -\funcarg{name} will be zeroed. +\funcparam{name} will be zeroed. \begin{funcdecl}{krb5_kt_default}{krb5_error_code}{\funcin}