From ebbcef926a02e211ebb44bcf029efd839059616a Mon Sep 17 00:00:00 2001 From: Kevin Meyer Date: Sat, 27 Jun 2020 11:44:39 +0200 Subject: [PATCH] Base: Fix sendfd's man page return section --- Base/usr/share/man/man2/sendfd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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