From: John Kohl Date: Thu, 31 May 1990 22:06:40 +0000 (+0000) Subject: add cksum.tex X-Git-Tag: krb5-1.0-alpha2~428 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37d41d2c0235a9f836e8262fe2f0e7162d0e0522;p=krb5.git add cksum.tex add changebar style option. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@979 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/library.tex b/doc/api/library.tex index 4001d9913..ee1617344 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 4001d9913..ee1617344 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}