libzahl

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

commit 851c70c8645fc73a7377996b27c79fa7948fe477
parent ea2d6c93d28a9c5af94035057c52c36f0618ba2c
Author: Mattias Andrée <maandree@kth.se>
Date:   Wed,  2 Mar 2016 09:14:41 +0100

Since zstr_length is a generalisation of zbits, add reference to each other in the man pages

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

Diffstat:
Mman/zbits.3 | 3++-
Mman/zstr_length.3 | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/man/zbits.3 b/man/zbits.3 @@ -35,4 +35,5 @@ write the number in binary. You will see this in corresponding functions in other libraries. .SH SEE ALSO .BR zlsb (3), -.BR zzero (3) +.BR zzero (3), +.BR zstr_length (3) diff --git a/man/zstr_length.3 b/man/zstr_length.3 @@ -21,4 +21,5 @@ i the selected .I radix is returned. .SH SEE ALSO -.BR zstr (3) +.BR zstr (3), +.BR zbits (3)