diff options
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} |