summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-04-12 18:18:10 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-04-12 18:18:10 +0200
commit127dea21b7382cc0f0b5199630aa1f1666e3009d (patch)
tree5f798df2fd75386f99b039784adacfbdac6b1c60
parent1f09fdccb75005a53ba2bb90fb61d4e6f45e8e14 (diff)
minor update in README (library is around 30KB here, not 20KB)
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 481875e..689eb8a 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ both the Netlink header and TLVs that are repetitive and easy to get wrong.
This library aims to provide simple helpers that allows you to re-use code
and to avoid re-inventing the wheel. The main features of this library are:
-* Small: the shared library requires around 20KB in a x86-based computer.
+* Small: the shared library requires around 30KB in a x86-based computer.
* Simple: this library avoids complexity and elaborated abstractions that
tend to hide Netlink details.
* Easy to use: the library simplifies the work for Netlink-wise developers.