diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-19 17:00:58 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-19 17:00:58 +0200 |
commit | 321cb375f3e9774e49fb279d562f863735772181 (patch) | |
tree | a31e1285b5ad0f2f80aa1889bfb19ec7cd04f43c /doc/man | |
parent | 115431af51795dfd583e24a051a7749c58a900b3 (diff) | |
download | ouroboros-321cb375f3e9774e49fb279d562f863735772181.tar.gz ouroboros-321cb375f3e9774e49fb279d562f863735772181.zip |
doc: man: Update fccntl manpage
The option to mark a flow as down was missing from the manpage of
fccntl.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/fccntl.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3 index 20a1bf89..ac35a7f8 100644 --- a/doc/man/fccntl.3 +++ b/doc/man/fccntl.3 @@ -49,6 +49,8 @@ argument. Supported flags are: \fIFLOWFRDWR\fR - set flow to read-write. + \fIFLOWFDOWN\fR - mark flow as down. + \fIFLOWFNONBLOCK\fR - set I/O to non-blocking. \fIFLOWFDEFAULT\fR - set flow defaults (blocking, read-write). |