All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/5] iproute2: clarifications in the libnetlink.3 man page
@ 2013-02-08 13:32 Kees van Reeuwijk
  0 siblings, 0 replies; only message in thread
From: Kees van Reeuwijk @ 2013-02-08 13:32 UTC (permalink / raw)
  To: netdev

From: Kees van Reeuwijk <reeuwijk@few.vu.nl>

Rephrasing for clarity.


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

 ---

 libnetlink.3 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/man3/libnetlink.3 b/man/man3/libnetlink.3
index d114169..e999bd6 100644
--- a/man/man3/libnetlink.3
+++ b/man/man3/libnetlink.3
@@ -100,7 +100,7 @@ in case of error. NULL for
 means to not use a filter.
 .B junk
 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.
 
 .TP
@@ -112,7 +112,7 @@ is a callback that gets the message source address, the message itself,
 and the
 .B jarg
 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.
 
 .TP
@@ -123,7 +123,7 @@ but reads a netlink message bundle from the file
 .B file
 and passes the messages to
 .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
 The following functions are useful to construct custom rtnetlink messages. For
 simple database dumping with filtering it is better to use the higher level

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-08 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 13:32 [PATCH v2 2/5] iproute2: clarifications in the libnetlink.3 man page Kees van Reeuwijk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.