summaryrefslogtreecommitdiffstats
path: root/doc
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
parentce2a579fc90f7351a9b2807272a58cbe43b40389 (diff)
downloadkrb5-e6a774210108220be2d5d9afa9b579fe6ec83907.tar.gz
krb5-e6a774210108220be2d5d9afa9b579fe6ec83907.tar.xz
krb5-e6a774210108220be2d5d9afa9b579fe6ec83907.zip
fix funcparam vs funcarg confusion
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/api/keytab.tex4
-rw-r--r--doc/implement/keytab-i.tex4
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}