Base: Fix sendfd's man page return section
This commit is contained in:
parent
85ac7dc1b1
commit
ebbcef926a
Notes:
sideshowbarker
2024-07-19 05:21:54 +09:00
Author: https://github.com/kevmeyer Commit: https://github.com/SerenityOS/serenity/commit/ebbcef926a0 Pull-request: https://github.com/SerenityOS/serenity/pull/2643
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ File descriptors are sent out-of-band and do not affect the regular data streams
|
|||
|
||||
## Return value
|
||||
|
||||
If a file descriptor is successfully received, it is returned as a positive integer. Otherwise, -1 is returned and `errno` is set to indicate the error.
|
||||
If a file descriptor is successfully sent, `sendfd()` returns 0. Otherwise, -1 is returned and `errno` is set to indicate the error.
|
||||
|
||||
## Errors
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue