libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit dbf780a6c78f1396f988ef285be2de7c66b6d90b
parent 8391d3a355825c12b6a4634b0f1c71258b719243
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun, 24 Apr 2016 19:22:01 +0200

Zahl[en] is spelled with upper case Z

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
MREADME | 4++--
Mman/libzahl.7 | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -3,8 +3,8 @@ NAME ETYMOLOGY The bold uppercase 'Z' which represents the set of - all integers is derived from the german word 'zahlen', - whose singular is 'zahl'. + all integers is derived from the german word 'Zahlen', + whose singular is 'Zahl'. DESCRIPTION libzahl is a C library for arbitrary size integers, diff --git a/man/libzahl.7 b/man/libzahl.7 @@ -4,7 +4,7 @@ libzahl - Big integer library .SH ETYMOLOGY The bold uppercase \(aqZ\(aq which represents the set of all integers is derived from the german word -\(aqzahlen\(aq, whose singular is \(aqzahl\(aq. +\(aqZahlen\(aq, whose singular is \(aqZahl\(aq. .SH DESCRIPTION .B libzahl is a C library for arbitrary size integers, that