iproute2: clarifications in the libnetlink.3 man page

Rephrasing for clarity.

Signed-off-by: Kees van Reeuwijk <reeuwijk@few.vu.nl>

 ---

 libnetlink.3 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
Kees van Reeuwijk 2013-02-08 03:32:36 +00:00 committed by Stephen Hemminger
parent ecf52428da
commit b8a05839f3
1 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ in case of error. NULL for
means to not use a filter. means to not use a filter.
.B junk .B junk
is used to filter messages not destined to the local socket. is used to filter messages not destined to the local socket.
Only one message bundle is received. Unless there is no message Only one message bundle is received. If there is a message
pending, this function does not block. pending, this function does not block.
.TP .TP
@ -112,7 +112,7 @@ is a callback that gets the message source address, the message itself,
and the and the
.B jarg .B jarg
cookie as arguments. It will get called for all received messages. cookie as arguments. It will get called for all received messages.
Only one message bundle is received. Unless there is no message Only one message bundle is received. If there is a message
pending this function does not block. pending this function does not block.
.TP .TP
@ -123,7 +123,7 @@ but reads a netlink message bundle from the file
.B file .B file
and passes the messages to and passes the messages to
.B handler .B handler
for parsing. The file contains raw data as received from a rtnetlink socket. for parsing. The file should contain raw data as received from a rtnetlink socket.
.PP .PP
The following functions are useful to construct custom rtnetlink messages. For The following functions are useful to construct custom rtnetlink messages. For
simple database dumping with filtering it is better to use the higher level simple database dumping with filtering it is better to use the higher level