From: Mike Yuan Date: Sun, 1 Jun 2025 07:06:36 +0000 (+0200) Subject: man/sd_pid_get_owner_uid: don't limit -EBADF to socket fds X-Git-Tag: v258-rc1~390^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb28f7b2461e3029b5c2edfe8e0cceb1b119409;p=thirdparty%2Fsystemd.git man/sd_pid_get_owner_uid: don't limit -EBADF to socket fds --- diff --git a/man/sd_pid_get_owner_uid.xml b/man/sd_pid_get_owner_uid.xml index 70e13dc82f0..4b5da8bccd9 100644 --- a/man/sd_pid_get_owner_uid.xml +++ b/man/sd_pid_get_owner_uid.xml @@ -322,7 +322,7 @@ -EBADF - The specified socket file descriptor was invalid. + The specified file descriptor is invalid.