aboutsummaryrefslogtreecommitdiff
path: root/doc/implement
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-06-05 10:02:29 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-06-05 10:02:29 +0000
commite6a774210108220be2d5d9afa9b579fe6ec83907 (patch)
tree77a9ba3039ad7a080681c30db56a9de669532b74 /doc/implement
parentce2a579fc90f7351a9b2807272a58cbe43b40389 (diff)
downloadkrb5-e6a774210108220be2d5d9afa9b579fe6ec83907.zip
krb5-e6a774210108220be2d5d9afa9b579fe6ec83907.tar.gz
krb5-e6a774210108220be2d5d9afa9b579fe6ec83907.tar.bz2
fix funcparam vs funcarg confusion
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
-rw-r--r--doc/implement/keytab-i.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/implement/keytab-i.tex b/doc/implement/keytab-i.tex
index 1a32cca..1979003 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}