diff options
author | Thijs Paelman <thijs@ouroboros.rocks> | 2023-12-11 12:03:59 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2023-12-17 13:24:49 +0100 |
commit | 020b06792ee590f49164a82cf75ed0f1242806cd (patch) | |
tree | 9cdfe3762d0a2dbdbfaeed6b9902cd7ec46c5550 /doc | |
parent | 9b34b858694ca4b8b778c8239c7bb6c799b4996f (diff) | |
download | ouroboros-020b06792ee590f49164a82cf75ed0f1242806cd.tar.gz ouroboros-020b06792ee590f49164a82cf75ed0f1242806cd.zip |
doc: Fix typo
Fixes a typo in the fccntl manpage.
Signed-off-by: Thijs Paelman <thijs@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/fccntl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3 index c4706708..53033501 100644 --- a/doc/man/fccntl.3 +++ b/doc/man/fccntl.3 @@ -80,7 +80,7 @@ buffer. Takes a \fBsize_t \fIqlen\fR * as third argument. \fIflags\fR as third argument. Supported flags are: .RS 8 -\fIFRCTFRESCNTRL\fR - resource control enabled. +\fIFRCTFRESCNTL\fR - resource control enabled. \fIFRCTFRTX\fR - retransmission enabled. Cannot be modified and will be ignored on set. |