(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 1 May 2016 14:39:24 +0200 (CEST)

commit 53f835608d2bfbf6e71a7e699486e79e58a7fcbb
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun May 1 14:39:13 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun May 1 14:39:13 2016 +0200

    refsheet: a <- sgn b: use ~ between sgn and b
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index 1ce48fe..765ec48 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
_AT_@ -128,7 +128,7 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ
 %\\
 
 \textbf{Number theory} \\
-\entry{zsignum(a, b)} {$a \gets \mbox{sgn} b$} {}
+\entry{zsignum(a, b)} {$a \gets \mbox{sgn}~b$} {}
 \entry{zeven(a)} {Is $a$ even?} {returns {\tt int} 1 (true) or 0 (false)}
 \entry{zeven\_nonzero(a)} {Is $a$ even?} {ditto, assumes $a \neq 0$}
 \entry{zodd(a)} {Is $a$ odd?} {returns {\tt int} 1 (true) or 0 (false)}
Received on Sun May 01 2016 - 14:39:24 CEST

This archive was generated by hypermail 2.3.0 : Sun May 01 2016 - 14:48:17 CEST