URI: 
       Manual: jargon fix - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 83838e485188e98eaef6893e2ca6d6d520b6fcdd
   DIR parent 5c70306f2f5e4a5c6dfdd4ea5111be5054a98849
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Sun, 19 Jun 2016 03:32:51 +0200
       
       Manual: jargon fix
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/bit-operations.tex              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex
       @@ -307,7 +307,7 @@ called function may be required when moving
        between big integer libraries. Consequently,
        {\tt znot} does not flip bits that are higher
        than the highest set bit, which means that
       -{\tt znot} is nilpotent rather than idempotent.
       +{\tt znot} is nilpotent rather than self dual.
        
        Below is a list of the value of {\tt a} when
        {\tt znot(a, a)} is called repeatedly.