netlink: fix setsockopt in mmap examples in documentation
authorstephen hemminger <shemming@brocade.com>
Thu, 20 Mar 2014 04:54:20 +0000 (21:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 18:11:38 +0000 (14:11 -0400)
The documentation for how to use netlink mmap interface is incorrect.
The calls to setsockopt() require an additional argument.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found