X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_is_fifo.xml;h=3dac5a9001da24b1061e4121ce82ebf8bcafa2f3;hp=627cb87aafb3b962f612f238f4b4dbf1d5efd8ce;hb=cac2e345596b2743053c0285280b81794b3aaf10;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 627cb87aa..3dac5a900 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_is_fifo - systemd + elogind @@ -48,14 +48,13 @@ sd_is_socket sd_is_socket_inet sd_is_socket_unix - sd_is_mq sd_is_special Check the type of a file descriptor - #include <systemd/sd-daemon.h> + #include <elogind/sd-daemon.h> int sd_is_fifo @@ -89,12 +88,6 @@ size_t length - - int sd_is_mq - int fd - const char *path - - int sd_is_special int fd @@ -151,12 +144,6 @@ path to the initial 0 byte of the socket address. - sd_is_mq() may be called to check - whether the specified file descriptor refers to a POSIX message - queue. If the path parameter is not - NULL, it is checked whether the message queue - is bound to the specified name. - sd_is_special() may be called to check whether the specified file descriptor refers to a special file. If the path parameter is not @@ -178,7 +165,7 @@ Notes - + Internally, these function use a combination of fstat() and @@ -189,11 +176,7 @@ See Also - systemd1, - sd-daemon3, - sd_listen_fds3, - systemd.service5, - systemd.socket5 + elogind8,