diff options
author | Kevin Meyer <kevinmeyer@me.com> | 2020-06-27 11:44:39 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-27 11:50:31 +0200 |
commit | ebbcef926a02e211ebb44bcf029efd839059616a (patch) | |
tree | 40f938a9ec7524e911cc1c02ebbb4569766af745 /Base/usr/share | |
parent | 85ac7dc1b1d051e66b4f6b12f78c173d70e6273b (diff) | |
download | serenity-ebbcef926a02e211ebb44bcf029efd839059616a.zip |
Base: Fix sendfd's man page return section
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man2/sendfd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man2/sendfd.md b/Base/usr/share/man/man2/sendfd.md index 6dbee88b18..0ca5e5d228 100644 --- a/Base/usr/share/man/man2/sendfd.md +++ b/Base/usr/share/man/man2/sendfd.md @@ -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 |