aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-23 20:07:19 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-23 20:07:19 +0200
commita47144927c7cfe2bdf8905db792925e8d47f750d (patch)
treec18678484958e8312db4cc72208d9cfb5eb58b49
parentc2439f0967f723467acb7fa9c84c70899045237c (diff)
downloadlibrb-a47144927c7cfe2bdf8905db792925e8d47f750d.tar.gz
librb-a47144927c7cfe2bdf8905db792925e8d47f750d.tar.bz2
librb-a47144927c7cfe2bdf8905db792925e8d47f750d.zip
fix: errors in man pages
-rw-r--r--man/rb_discard.32
-rw-r--r--man/rb_new.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man/rb_discard.3 b/man/rb_discard.3
index 6786657..ce4aadb 100644
--- a/man/rb_discard.3
+++ b/man/rb_discard.3
@@ -1,5 +1,5 @@
.TH "rb_discard" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
-.SH
+.SH NAME
.PP
.B rb_discard
- allows to quickly discard part of buffer
diff --git a/man/rb_new.3 b/man/rb_new.3
index cd2478e..155e182 100644
--- a/man/rb_new.3
+++ b/man/rb_new.3
@@ -33,7 +33,7 @@ Library will allocate on callers heap
*
.IR object_size )
bytes.
-.Icount
+.I count
must be a power of two number (ie. 4, 64, 1024), as library tries to avoid
unecessary conditional jump to improve performance.
.I object_size