Minor doc & portability fixes

This commit is contained in:
Yorhel 2025-02-26 08:06:57 +01:00
parent 7b0ba45346
commit 0c59b56ee8
4 changed files with 11 additions and 6 deletions

View file

@ -366,7 +366,7 @@ here anyway because the L<FU> supervisor uses them:
=item fdpass_send($send_fd, $pass_fd, $message)
Send a message and a file descriptor (C<$pass_fd>) over the given socket
(<$send_fd>). C<$message> must not be empty, even if you don't intend to do
(C<$send_fd>). C<$message> must not be empty, even if you don't intend to do
anything with it on receipt. Both C<$send_fd> and C<$pass_fd> must be numeric
file descriptors, as obtained by C<fileno()>.