From 621fcd7c5d846a542fe6d6b5e04fedc32dd39667 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 5 Jun 1990 10:05:19 +0000 Subject: [PATCH] fix confusion on argument order for funcdecl tell where flags are defined git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1005 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/ccache.tex | 7 ++++--- doc/implement/ccache-i.tex | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/api/ccache.tex b/doc/api/ccache.tex index 387b79eaa..aa79a1aba 100644 --- a/doc/api/ccache.tex +++ b/doc/api/ccache.tex @@ -10,7 +10,7 @@ to call either \funcname{krb5_cc_resolve_internal} or \funcname{krb5_cc_gennew_internal}. -\begin{funcdecl}{krb5_error_code}{krb5_cc_resolve_internal}{\funcout} +\begin{funcdecl}{krb5_cc_resolve_internal}{krb5_error_code}{\funcout} \funcarg{krb5_ccache *}{id} \funcin \funcarg{char *}{residual} @@ -20,7 +20,7 @@ Creates a credentials cache named by \funcparam{residual} (which may be interpreted differently by each type of ccache). The cache is not opened, but the cache name is held in reserve. -\begin{funcdecl}{krb5_error_code}{krb5_cc_gennew_internal}{\funcout} +\begin{funcdecl}{krb5_cc_gennew_internal}{krb5_error_code}{\funcout} \funcarg{krb5_ccache *}{id} \end{funcdecl} @@ -168,7 +168,8 @@ couldn't delete. \funcarg{krb5_flags}{flags} \end{funcdecl} -Sets the flags on the cache \funcparam{id} to \funcparam{flags}. +Sets the flags on the cache \funcparam{id} to \funcparam{flags}. Useful +flags are defined in {\tt }. \subsubsection{Glue functions} diff --git a/doc/implement/ccache-i.tex b/doc/implement/ccache-i.tex index 387b79eaa..aa79a1aba 100644 --- a/doc/implement/ccache-i.tex +++ b/doc/implement/ccache-i.tex @@ -10,7 +10,7 @@ to call either \funcname{krb5_cc_resolve_internal} or \funcname{krb5_cc_gennew_internal}. -\begin{funcdecl}{krb5_error_code}{krb5_cc_resolve_internal}{\funcout} +\begin{funcdecl}{krb5_cc_resolve_internal}{krb5_error_code}{\funcout} \funcarg{krb5_ccache *}{id} \funcin \funcarg{char *}{residual} @@ -20,7 +20,7 @@ Creates a credentials cache named by \funcparam{residual} (which may be interpreted differently by each type of ccache). The cache is not opened, but the cache name is held in reserve. -\begin{funcdecl}{krb5_error_code}{krb5_cc_gennew_internal}{\funcout} +\begin{funcdecl}{krb5_cc_gennew_internal}{krb5_error_code}{\funcout} \funcarg{krb5_ccache *}{id} \end{funcdecl} @@ -168,7 +168,8 @@ couldn't delete. \funcarg{krb5_flags}{flags} \end{funcdecl} -Sets the flags on the cache \funcparam{id} to \funcparam{flags}. +Sets the flags on the cache \funcparam{id} to \funcparam{flags}. Useful +flags are defined in {\tt }. \subsubsection{Glue functions} -- 2.26.2