aboutsummaryrefslogtreecommitdiffstats
path: root/doc/get-started.tex
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-09 17:19:51 +0200
committerMattias Andrée <maandree@kth.se>2016-05-09 17:19:51 +0200
commit0f4e35ab7ce4972243b4bb938ad1360d2473ba1a (patch)
treea962a21d95b11bcf56efeecec21e5151e37406b3 /doc/get-started.tex
parentFix typo (diff)
downloadlibzahl-0f4e35ab7ce4972243b4bb938ad1360d2473ba1a.tar.gz
libzahl-0f4e35ab7ce4972243b4bb938ad1360d2473ba1a.tar.bz2
libzahl-0f4e35ab7ce4972243b4bb938ad1360d2473ba1a.tar.xz
Corrects to the manual, found by Marc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/get-started.tex')
-rw-r--r--doc/get-started.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/get-started.tex b/doc/get-started.tex
index 1e96106..170cf23 100644
--- a/doc/get-started.tex
+++ b/doc/get-started.tex
@@ -12,7 +12,7 @@ You should read the sections in order.
\section{Initialisation}
\label{sec:Initialisation}
-Before using libzahl, it most be initialised. When
+Before using libzahl, it must be initialised. When
initialising, you must select a location whither libzahl
long jumps on error.
@@ -34,7 +34,7 @@ long jumps on error.
{\tt zsetup} also initialises temporary variables used
by libzahl's functions, and constants used by libzahl's
functions. Furthermore, it initialises the memory pool
-and a stack which libzahl to keep track of temporary
+and a stack which libzahl uses to keep track of temporary
allocations that need to be pooled for use if a function
fails.
@@ -55,8 +55,8 @@ are done using it, for example before the program exits.
\}}
\end{alltt}
-{\tt zunsetup} all memory that has be reclaim to the
-memory pool, and all memory allocated by {\tt zsetup}.
+{\tt zunsetup} all memory that has been reclaimed to
+the memory pool, and all memory allocated by {\tt zsetup}.
Note that this does not free integers that are still
in use. It is possible to simply call {\tt zunsetup}
directly followed by {\tt zsetup} to free all pooled