From 8686bcbb8ba51a4c188e54ac695a3598216ebdfb Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Tue, 24 Apr 2012 17:03:52 +0000 Subject: [PATCH] TYPO --- emi.canl.canl-c/doc/src/canl-introduction.tex | 2 +- emi.canl.canl-c/doc/src/canl-proxy-cert.tex | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/emi.canl.canl-c/doc/src/canl-introduction.tex b/emi.canl.canl-c/doc/src/canl-introduction.tex index b0fff24..c707892 100644 --- a/emi.canl.canl-c/doc/src/canl-introduction.tex +++ b/emi.canl.canl-c/doc/src/canl-introduction.tex @@ -155,7 +155,7 @@ printf("%s\n", canl_get_error_message(my_ctx)); \marginpar{Context deallocation}% It is recommended to free the memory allocated to each context if they are not needed anymore, in first case \verb'canl_io_handler' -, then \verb'canl_ctx' in case of the \texit{Main API}: +, then \verb'canl_ctx' in case of the \textit{Main API}: \begin{lstlisting} if (my_io_h) canl_io_destroy(my_ctx, my_io_h); diff --git a/emi.canl.canl-c/doc/src/canl-proxy-cert.tex b/emi.canl.canl-c/doc/src/canl-proxy-cert.tex index 22b6550..4365215 100644 --- a/emi.canl.canl-c/doc/src/canl-proxy-cert.tex +++ b/emi.canl.canl-c/doc/src/canl-proxy-cert.tex @@ -14,11 +14,6 @@ %% See the License for the specific language governing permissions and %% limitations under the License. % -% -*- mode: latex -* +% -*- mode: latex -*- -section{Proxy certificate creation and credentials delegation} -\label{s:proxy-cert - -\TODO -\subsection{Main API Reference guide} -\TODO +\section{Main section} -- 1.8.2.3