[PATCH 2/3] doc/core: reply message should send from kernel to app

Hangbin Liu liuhangbin at gmail.com
Tue Apr 15 19:16:35 PDT 2014


Signed-off-by: Hangbin Liu <liuhangbin at gmail.com>
---
 doc/core.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/core.txt b/doc/core.txt
index 3dff70f..1625575 100644
--- a/doc/core.txt
+++ b/doc/core.txt
@@ -232,10 +232,10 @@ an error message or a success notification.
 msc {
   App1,App2,Kernel;
   App1=>Kernel [label="request (src=11, dst=0)"];
-  Kernel<=App1 [label="reply (src=0, dst=11)"];
+  App1<=Kernel [label="reply (src=0, dst=11)"];
   ...;
   App2=>Kernel [label="request (src=21, dst=0)"];
-  Kernel<=App2 [label="reply (src=0, dst=21)"];
+  App2<=Kernel [label="reply (src=0, dst=21)"];
 }
 --------
 
-- 
1.8.1.4




More information about the libnl mailing list