From: Zbigniew Jędrzejewski-Szmek Date: Tue, 7 Mar 2023 19:26:20 +0000 (+0100) Subject: man: use more references X-Git-Tag: v254-rc1~1095^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F26713%2Fhead;p=thirdparty%2Fsystemd.git man: use more references --- diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 99f15240042..2a513dc3299 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -175,10 +175,11 @@ - Internally, these function use a combination of - fstat() and - getsockname() to check the file descriptor - type and where it is bound to. + Internally, these functions use a combination of + fstat2 + and + getsockname2 + to check the file descriptor type and where it is bound to.