diff options
author | John Kohl <jtkohl@mit.edu> | 1990-05-31 22:06:40 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-05-31 22:06:40 +0000 |
commit | 37d41d2c0235a9f836e8262fe2f0e7162d0e0522 (patch) | |
tree | faf6651b5d4136b6bc3edb2790673324d767294a /doc | |
parent | 70b4bc672a4fdffc763cc51dc008ce4df027ba9a (diff) | |
download | krb5-37d41d2c0235a9f836e8262fe2f0e7162d0e0522.tar.gz krb5-37d41d2c0235a9f836e8262fe2f0e7162d0e0522.tar.xz krb5-37d41d2c0235a9f836e8262fe2f0e7162d0e0522.zip |
add cksum.tex
add changebar style option.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@979 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/library.tex | 13 | ||||
-rw-r--r-- | doc/implement/implement.tex | 13 |
2 files changed, 16 insertions, 10 deletions
diff --git a/doc/api/library.tex b/doc/api/library.tex index 4001d99137..ee16173440 100644 --- a/doc/api/library.tex +++ b/doc/api/library.tex @@ -1,4 +1,4 @@ -\documentstyle[newcen,fixunder,functions,twoside]{article} +\documentstyle[newcen,fixunder,functions,changebar,twoside]{article} \setlength{\oddsidemargin}{0.25in} \setlength{\evensidemargin}{-0.25in} \setlength{\topmargin}{-.5in} @@ -14,7 +14,7 @@ {\Large DRAFT} \end{center} \section{libkrb5.a functions} -This section describes the functions provided in the {\tt libkrb5.a} +This section describes the functions provided in the \libname{libkrb5.a} library. The library is built from several pieces, mostly for convenience in programming, maintenance, and porting. \subsection{Main functions} @@ -32,9 +32,6 @@ programming, maintenance, and porting. \subsection{Operating-system specific functions} \input{libos.tex} -\section{CRC-32 checksum functions} -\input{crc-32.tex} - \section{Principal database functions} \input{kdb.tex} @@ -42,6 +39,12 @@ programming, maintenance, and porting. \section{Encryption system interface} \input{encrypt.tex} +\section{Checksum interface} +\input{cksum.tex} + +\section{CRC-32 checksum functions} +\input{crc-32.tex} + \appendix \cleardoublepage \input{\jobname.ind} diff --git a/doc/implement/implement.tex b/doc/implement/implement.tex index 4001d99137..ee16173440 100644 --- a/doc/implement/implement.tex +++ b/doc/implement/implement.tex @@ -1,4 +1,4 @@ -\documentstyle[newcen,fixunder,functions,twoside]{article} +\documentstyle[newcen,fixunder,functions,changebar,twoside]{article} \setlength{\oddsidemargin}{0.25in} \setlength{\evensidemargin}{-0.25in} \setlength{\topmargin}{-.5in} @@ -14,7 +14,7 @@ {\Large DRAFT} \end{center} \section{libkrb5.a functions} -This section describes the functions provided in the {\tt libkrb5.a} +This section describes the functions provided in the \libname{libkrb5.a} library. The library is built from several pieces, mostly for convenience in programming, maintenance, and porting. \subsection{Main functions} @@ -32,9 +32,6 @@ programming, maintenance, and porting. \subsection{Operating-system specific functions} \input{libos.tex} -\section{CRC-32 checksum functions} -\input{crc-32.tex} - \section{Principal database functions} \input{kdb.tex} @@ -42,6 +39,12 @@ programming, maintenance, and porting. \section{Encryption system interface} \input{encrypt.tex} +\section{Checksum interface} +\input{cksum.tex} + +\section{CRC-32 checksum functions} +\input{crc-32.tex} + \appendix \cleardoublepage \input{\jobname.ind} |