]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_is_fifo.xml
man: use unicode ellipsis in more places
[thirdparty/systemd.git] / man / sd_is_fifo.xml
index 7ff02cbfec843ca4c930e5ba4351c54b28fbab86..991c7f8bd80ac0bfc2c9091bf2f97150a1e39261 100644 (file)
     <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