From 3169d25451ed7afdf6978f1f6616046a633a330c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 22 Oct 2010 22:05:20 +0200 Subject: doc: documentation updates Spelling, grammer, and synchronization of the readme. Signed-off-by: Jan Engelhardt --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index ca7a820..fbac9d2 100644 --- a/README +++ b/README @@ -6,21 +6,21 @@ 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 30KB in a x86-based computer. +* Small: the shared library requires around 30KB for an 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. It provides functions to make socket handling, message building, validating, -parsing, and sequence tracking, easier. +parsing and sequence tracking, easier. * Easy to re-use: you can use the library to build your own abstraction layer on top of this library. * Decoupling: the interdependency of the main bricks that compose the library -is reduced, eg. the library provides many helpers but the programmer is not +is reduced, i.e. the library provides many helpers, but the programmer is not forced to use them. -= Examples files = += Example files = -You can find several examples files under examples/ that you can compile by +You can find several example files under examples/ that you can compile by invoking `make check'. -- -- cgit v1.2.3