chiark / gitweb /
systemd-activate: add a socket-activation test tool
[elogind.git] / man / sd_is_fifo.xml
index 27e9a0de8f3b3993afb9d4124a0e8fc4e7e64517..595c8f112d9834fd2d6fc50c6d4fd42d200e9b97 100644 (file)
 
                 <para><function>sd_is_socket()</function> may be
                 called to check whether the specified file descriptor
-                refers to a socket. It the
+                refers to a socket. If the
                 <parameter>family</parameter> parameter is not
                 AF_UNSPEC it is checked whether the socket is of the
                 specified family (AF_UNIX, AF_INET, ...). If the
                 optionally checks the IPv4 or IPv6 port number the
                 socket is bound to, unless <parameter>port</parameter>
                 is zero. For this call <parameter>family</parameter>
-                must be passed as either AF_UNSPEC, AF_INET or
+                must be passed as either AF_UNSPEC, AF_INET, or
                 AF_INET6.</para>
 
                 <para><function>sd_is_socket_unix()</function> is