The branch, master has been updated
       via  fee1f4c tevent: fix confused documentation
      from  4f654ac idmap_script: add missing "IDTOSID" argument to the script 
command line.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fee1f4ce15c8d167c6e0e358bf802d28c6617b88
Author: Michael Adam <[email protected]>
Date:   Mon Sep 5 17:33:38 2016 +0200

    tevent: fix confused documentation
    
    Signed-off-by: Michael Adam <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Tue Sep  6 23:16:34 CEST 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/tevent.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 64e2d98..7de04d0 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -465,11 +465,11 @@ void tevent_set_abort_fn(void (*abort_fn)(const char 
*reason));
 /* bits for file descriptor event flags */
 
 /**
- * Monitor a file descriptor for write availability
+ * Monitor a file descriptor for data to be read
  */
 #define TEVENT_FD_READ 1
 /**
- * Monitor a file descriptor for data to be read
+ * Monitor a file descriptor for writeability
  */
 #define TEVENT_FD_WRITE 2
 


-- 
Samba Shared Repository

Reply via email to