commit 851c70c8645fc73a7377996b27c79fa7948fe477
Author:     Mattias Andrée <[email protected]>
AuthorDate: Wed Mar 2 09:14:41 2016 +0100
Commit:     Mattias Andrée <[email protected]>
CommitDate: Wed Mar 2 09:14:41 2016 +0100

    Since zstr_length is a generalisation of zbits, add reference to each other 
in the man pages
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/man/zbits.3 b/man/zbits.3
index 191a87c..9c48e7c 100644
--- 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
index cd1014a..01f2048 100644
--- 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)

Reply via email to