diff options
Diffstat (limited to 'man/sd_is_fifo.xml')
-rw-r--r-- | man/sd_is_fifo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 7ff02cbfec..991c7f8bd8 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -118,10 +118,10 @@ <parameter>family</parameter> parameter is not <constant>AF_UNSPEC</constant>, it is checked whether the socket is of the specified family (<constant>AF_UNIX</constant>, - <constant>AF_INET</constant>, ...). If the <parameter>type</parameter> + <constant>AF_INET</constant>, …). If the <parameter>type</parameter> parameter is not 0, it is checked whether the socket is of the specified type (<constant>SOCK_STREAM</constant>, - <constant>SOCK_DGRAM</constant>, ...). If the + <constant>SOCK_DGRAM</constant>, …). If the <parameter>listening</parameter> parameter is positive, it is checked whether the socket is in accepting mode, i.e. <function>listen()</function> has been called for it. If |