From 51d8f69fb152ae5a47151c2f132fd4263ec3d144 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 14 Mar 2020 17:52:06 +0100 Subject: lib: Return number of written bytes on flow_write This is more in line with the write() system call and prepares for partial writes. Partial writes are disabled by default (and not yet implemented). Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- doc/man/fccntl.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/man/fccntl.3') diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3 index b0f1b3fb..87e23078 100644 --- a/doc/man/fccntl.3 +++ b/doc/man/fccntl.3 @@ -60,7 +60,10 @@ argument. Supported flags are: \fIFLOWFRNOPART\fR - disable partial reading. -\fIFLOWFDEFAULT\fR - set flow defaults (blocking, read-write). +\fIFLOWFWNOPART\fR - disable partial writing. + +\fIFLOWFDEFAULT\fR - set flow defaults (blocking, read-write, +no partial writes). .RE -- cgit v1.2.3