URI: 
       Reorder sections - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 437b35efd43f788a1edcf483e623d766642d1c29
   DIR parent cd131729b7b458f26d9bd9b51ecfc6b2acde5f97
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Sat, 14 May 2016 17:48:03 +0200
       
       Reorder sections
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/bit-operations.tex              |      14 +++++++-------
       
       1 file changed, 7 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex
       @@ -15,13 +15,6 @@ TODO % zbits zlsb
        
        
        \newpage
       -\section{Logic}
       -\label{sec:Logic}
       -
       -TODO % zand zor zxor znot
       -
       -
       -\newpage
        \section{Shift}
        \label{sec:Shift}
        
       @@ -133,3 +126,10 @@ TODO % zbset
        \label{sec:Bit test}
        
        TODO % zbtest
       +
       +
       +\newpage
       +\section{Logic}
       +\label{sec:Logic}
       +
       +TODO % zand zor zxor znot