aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-08 03:10:05 +0200
committerMattias Andrée <maandree@kth.se>2016-05-08 03:10:05 +0200
commit74ea3e6334d149e278e128b84c64edc7d543d34e (patch)
tree8c4d2eceab82115dc5cfeb9e1e78e664d27bc73c
parentbenchmark-func: add option for more fine-grained benchmark (diff)
downloadlibzahl-74ea3e6334d149e278e128b84c64edc7d543d34e.tar.gz
libzahl-74ea3e6334d149e278e128b84c64edc7d543d34e.tar.bz2
libzahl-74ea3e6334d149e278e128b84c64edc7d543d34e.tar.xz
Fix small error in refsheet
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--doc/refsheet.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index 502bed2..7680629 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
@@ -121,10 +121,10 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ
\textbf{Marshallisation} \\
\entry{zsave(a, b)} {Marshal $a$ into $b$} {returns \size{} number of saved bytes,}
-\cont {{\tt b} is a {\tt void *\_t}}
+\cont {{\tt b} is a {\tt void *}}
\entry{zsave(a, NULL)} {Get marshal-size of $a$} {returns \size{}}
\entry{zload(a, b)} {Unmarshal $a$ from $b$} {returns \size{} number of read bytes,}
-\cont {{\tt b} is a {\tt const void *\_t}}
+\cont {{\tt b} is a {\tt const void *}}
%\\
\textbf{Number theory} \\