1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

Base: Fix sendfd's man page return section

This commit is contained in:
Kevin Meyer 2020-06-27 11:44:39 +02:00 committed by Andreas Kling
parent 85ac7dc1b1
commit ebbcef926a

View file

@ -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