add cksum.tex
authorJohn Kohl <jtkohl@mit.edu>
Thu, 31 May 1990 22:06:40 +0000 (22:06 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 31 May 1990 22:06:40 +0000 (22:06 +0000)
add changebar style option.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@979 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/library.tex
doc/implement/implement.tex

index 4001d9913799bb16532ec61c4096df7751cb6e9f..ee16173440f9737e4a718b383460e986911fb916 100644 (file)
@@ -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}
index 4001d9913799bb16532ec61c4096df7751cb6e9f..ee16173440f9737e4a718b383460e986911fb916 100644 (file)
@@ -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}