diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-09-08 13:04:35 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-09-08 13:07:32 +0200 |
commit | 089d5e1c6a4fcd6615b02866b760f2d7b4084a08 (patch) | |
tree | 607b14e964297f19a84f904fe8f896e142853e70 /README | |
parent | 2a67cbdd18d23612a49435e251fb0c853388b0e8 (diff) | |
download | libmnl-089d5e1c6a4fcd6615b02866b760f2d7b4084a08.tar.gz libmnl-089d5e1c6a4fcd6615b02866b760f2d7b4084a08.zip |
examples: put examples files into specific directories
put examples files into specific directories according to the
Netlink bus they work with. And minor update in the readme file
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,6 +18,11 @@ on top of this library. is reduced, eg. the library provides many helpers but the programmer is not forced to use them. += Examples files = + +You can find several examples files under examples/ that you can compile by +invoking `make check'. + -- -08/apr/2010 +08/sep/2010 Pablo Neira Ayuso <pablo@netfilter.org> |