From e6a774210108220be2d5d9afa9b579fe6ec83907 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 5 Jun 1990 10:02:29 +0000 Subject: [PATCH] fix funcparam vs funcarg confusion git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1002 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/keytab.tex | 4 ++-- doc/implement/keytab-i.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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} -- 2.26.2