diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 99f1524004..2a513dc329 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.