summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-06-27 17:41:18 (GMT)
committerThomas Haller <thaller@redhat.com>2014-06-27 17:41:35 (GMT)
commit9e0960c150ecdeaf6aa85b05e366bf9a74424c7e (patch)
tree0e92b4d23db45b4eddff05f4b77d11611fece78d /doc
parent0446731124bea8c1b447cc52a5ad5ae5750810ff (diff)
downloadlibnl-9e0960c150ecdeaf6aa85b05e366bf9a74424c7e.zip
libnl-9e0960c150ecdeaf6aa85b05e366bf9a74424c7e.tar.gz
libnl-9e0960c150ecdeaf6aa85b05e366bf9a74424c7e.tar.bz2
doc: state in documentation that libnl3 is supposed to work with 3.x kernels
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/toc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/toc.c b/doc/src/toc.c
index 570c1df..a91c2a7 100644
--- a/doc/src/toc.c
+++ b/doc/src/toc.c
@@ -20,8 +20,8 @@ even though the core library provides a caching system which allows to
easly manage objects of any kind, no application is required to use this
caching system if it has no need for it.
-The library was developed and tested on 2.6.x kernel releases. It may
-or may not work with older kernel series. Also, although all netlink
+The library was developed and tested on 2.6.x and 3.x kernel releases. It
+may or may not work with older kernel series. Also, although all netlink
protocols are required to maintain backwards compatibility, this has not
always achieved and undesired side effects can occur if a recent libnl
version is used with a considerably older kernel.