aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-06-07 10:20:53 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-06-07 10:20:53 +0000
commit5a2c1d4c1a978c41510744f527e8dccf24bfd59c (patch)
tree4bc4e07fc3d62bcc33070dc476d59470d546515a /doc
parentae66386cef517eea76e481c4704a2fe7b6257e62 (diff)
downloadkrb5-5a2c1d4c1a978c41510744f527e8dccf24bfd59c.zip
krb5-5a2c1d4c1a978c41510744f527e8dccf24bfd59c.tar.gz
krb5-5a2c1d4c1a978c41510744f527e8dccf24bfd59c.tar.bz2
use description instead of itemize
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1008 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/api/libos.tex26
-rw-r--r--doc/implement/libos-i.tex26
2 files changed, 26 insertions, 26 deletions
diff --git a/doc/api/libos.tex b/doc/api/libos.tex
index 461d217..d14a39b 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 461d217..d14a39b 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}