From 5a2c1d4c1a978c41510744f527e8dccf24bfd59c Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 7 Jun 1990 10:20:53 +0000 Subject: [PATCH] use description instead of itemize git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1008 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/libos.tex | 26 +++++++++++++------------- doc/implement/libos-i.tex | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/api/libos.tex b/doc/api/libos.tex index 461d217dd..d14a39b27 100644 --- a/doc/api/libos.tex +++ b/doc/api/libos.tex @@ -6,28 +6,28 @@ Beware! Any of these are allowed to be implemented as macros. The following global symbols are provided in \libname{libos.a}. If you wish to substitute for any of them, you must substitute for all of them (they are all declared and initialized in the same object file): -\begin{itemize} +\begin{description} % These come from src/lib/osconfig.c -\item extern char *\globalname{krb5_config_file}: name of configuration file -\item extern char *\globalname{krb5_trans_file}: name of hostname/realm +\item[extern char *\globalname{krb5_config_file}:] name of configuration file +\item[extern char *\globalname{krb5_trans_file}:] name of hostname/realm name translation file -\item extern char *\globalname{krb5_defkeyname}: default name of key +\item[extern char *\globalname{krb5_defkeyname}:] default name of key table file -\item extern char *\globalname{krb5_lname_file}: name of aname/lname +\item[extern char *\globalname{krb5_lname_file}:] name of aname/lname translation database -\item extern int \globalname{krb5_max_dgram_size}: maximum allowable +\item[extern int \globalname{krb5_max_dgram_size}:] maximum allowable datagram size -\item extern int \globalname{krb5_max_skdc_timeout}: maximum +\item[extern int \globalname{krb5_max_skdc_timeout}:] maximum per-message KDC reply timeout -\item extern int \globalname{krb5_skdc_timeout_shift}: shift factor +\item[extern int \globalname{krb5_skdc_timeout_shift}:] shift factor (bits) to exponentially back-off the KDC timeouts -\item extern int \globalname{krb5_skdc_timeout_1}: initial KDC timeout -\item extern char *\globalname{krb5_kdc_udp_portname}: name of KDC UDP port -\item extern char *\globalname{krb5_default_pwd_prompt1}: first prompt +\item[extern int \globalname{krb5_skdc_timeout_1}:] initial KDC timeout +\item[extern char *\globalname{krb5_kdc_udp_portname}:] name of KDC UDP port +\item[extern char *\globalname{krb5_default_pwd_prompt1}:] first prompt for password reading. -\item extern char *\globalname{krb5_default_pwd_prompt2}: second prompt +\item[extern char *\globalname{krb5_default_pwd_prompt2}:] second prompt -\end{itemize} +\end{description} \begin{funcdecl}{krb5_read_password}{krb5_error_code}{\funcin} \funcarg{char *}{prompt} diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex index 461d217dd..d14a39b27 100644 --- a/doc/implement/libos-i.tex +++ b/doc/implement/libos-i.tex @@ -6,28 +6,28 @@ Beware! Any of these are allowed to be implemented as macros. The following global symbols are provided in \libname{libos.a}. If you wish to substitute for any of them, you must substitute for all of them (they are all declared and initialized in the same object file): -\begin{itemize} +\begin{description} % These come from src/lib/osconfig.c -\item extern char *\globalname{krb5_config_file}: name of configuration file -\item extern char *\globalname{krb5_trans_file}: name of hostname/realm +\item[extern char *\globalname{krb5_config_file}:] name of configuration file +\item[extern char *\globalname{krb5_trans_file}:] name of hostname/realm name translation file -\item extern char *\globalname{krb5_defkeyname}: default name of key +\item[extern char *\globalname{krb5_defkeyname}:] default name of key table file -\item extern char *\globalname{krb5_lname_file}: name of aname/lname +\item[extern char *\globalname{krb5_lname_file}:] name of aname/lname translation database -\item extern int \globalname{krb5_max_dgram_size}: maximum allowable +\item[extern int \globalname{krb5_max_dgram_size}:] maximum allowable datagram size -\item extern int \globalname{krb5_max_skdc_timeout}: maximum +\item[extern int \globalname{krb5_max_skdc_timeout}:] maximum per-message KDC reply timeout -\item extern int \globalname{krb5_skdc_timeout_shift}: shift factor +\item[extern int \globalname{krb5_skdc_timeout_shift}:] shift factor (bits) to exponentially back-off the KDC timeouts -\item extern int \globalname{krb5_skdc_timeout_1}: initial KDC timeout -\item extern char *\globalname{krb5_kdc_udp_portname}: name of KDC UDP port -\item extern char *\globalname{krb5_default_pwd_prompt1}: first prompt +\item[extern int \globalname{krb5_skdc_timeout_1}:] initial KDC timeout +\item[extern char *\globalname{krb5_kdc_udp_portname}:] name of KDC UDP port +\item[extern char *\globalname{krb5_default_pwd_prompt1}:] first prompt for password reading. -\item extern char *\globalname{krb5_default_pwd_prompt2}: second prompt +\item[extern char *\globalname{krb5_default_pwd_prompt2}:] second prompt -\end{itemize} +\end{description} \begin{funcdecl}{krb5_read_password}{krb5_error_code}{\funcin} \funcarg{char *}{prompt} -- 2.26.2