From d329bae3e622fa3ddd45165f6cb9e8a79f99c177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Mar 2023 20:26:20 +0100 Subject: [PATCH] man: use more references --- man/sd_is_fifo.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.